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!!!