masoud_sedighy
Registered User.
- Local time
- Today, 06:51
- Joined
- Dec 10, 2011
- Messages
- 132
In my table , i have a field and it's data type is date/time and all of values of this field are date. like below for example:
3/4/2015
12/5/2015
Actually i checked with isdate() function this field all returns "true".
Now when i sorting table (ASC) by this field it sorts incorrectly like below:
12/5/2015 (5-dec-2015)
3/4/2015 (4-mar-2015)
Please help how i can solve?
3/4/2015
12/5/2015
Actually i checked with isdate() function this field all returns "true".
Now when i sorting table (ASC) by this field it sorts incorrectly like below:
12/5/2015 (5-dec-2015)
3/4/2015 (4-mar-2015)
Please help how i can solve?