3.2.0

Sort date and time with time zone

Hi,
How to sort the data with values 21Aug2006 17:11:31 BDT in it.
Example if you have datetime values like

17Aug2006 18:52:58 BDT
17Aug2006 18:53:05 BDT
21Aug2006 17:11:31 BDT
17Aug2006 18:52:11 BDT

It should display like

21Aug2006 17:11:31 BDT
17Aug2006 18:53:05 BDT
17Aug2006 18:52:58 BDT
17Aug2006 18:52:11 BDT
Sanjay Sharma
August 21,
Alex can you please solved my problem.....
Sanjay Sharma
August 22,
Do you have the data in XML file or js array? If its XML - can you change the XML format to one of those -

http://www.activewidgets.com/aw.formats.date/setdataformat.html
Alex (ActiveWidgets)
August 24,
Alex, my data is comming from the database and not from xml file. And it is stored in the form of long integer we have to convert the long integer into 21Aug2006 17:11:31 BDT format with the help of timezone.
Sanjay Sharma
August 28,

This topic is archived.

See also:


Back to support forum