T
T
Turtle_Onni2016-02-26 10:16:08
Angular
Turtle_Onni, 2016-02-26 10:16:08

How to sort data by date?

Hello!
I am using angularjs. There is a task to order lines in ng-repeat by date. How is it possible to implement it? How to work with dates, for example, comparison, what was before? Perhaps there is a plugin for angularjs for tact operations?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri, 2016-02-26
@modestguy

stackoverflow.com/questions/23920028/angularjs-ord...

M
MNB, 2016-02-26
@MNB

ng-repeat="row in items | orderBy:date:true"
https://docs.angularjs.org/api/ng/filter/orderBy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question