I take a date from json by using ng-repeat
in a table. This date looks like this:
20_12_2016
I can't sort it by OrderBy
, because it will only sort the first two numbers (20_12_2016 only "20", ordering stops in "_").
Table looks like this:
01_03_2016,
02_01_2016,
02_06_2016...
How can I sort by months?