Hi all,

Im newbie to joget. I'll try to build apps that will need user to enter dates of their booking. And then at datalist i try to sort the dates ascending, unfortunately the data list sort it wrongly. 

Example :-

set of dates : 1-10-2012 , 2-10-2012, 1-11-2012

the datalist sort it like this

1-10-2012

1-11-2012

2-10-2012

is that possible that datalist can sort it properly or is something wrong that i need to fix?..

please help!!!

  • No labels

2 Comments

  1. Same problem! Any idea?

    Thanks for help.

    Bye.

    Walter

  2. Hello WalterMG, You must change the date format in order to have correct sorting of date.

    Date format like YYYY-MM-dd will sort correctly.