Why I am getting NAN in the dropdown below. Also, since I am using Unix time, I am wondering if I am doing something wrong in this section of the code:
`name: ‘date’,
type: ‘date’,
map: ‘dates>0’,
format: ‘dd.MM.yyyy’
}],`
JSFiddle : https://jsfiddle.net/mgq1xdar/
Basically I am trying to display the dates in decreasing orders in the drop down menu. For example, name “A” will contain dates in decreasing order in the drop down menu. Similarly, for B, C,D. E just contain one date so no question of displaying dates in decreasing order.