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