Sorting Dates
Sorting Dates
kiwis
Posts: 15Questions: 10Answers: 0
I have date format as such "10th August 2002"
Is there a way to sort this correctly. Currently 10th August 2015" is sorted next to it and 2nd August 2002 is over with the 2nd's etc
Sorted by string not considering data type.
This discussion has been closed.
Answers
See this blog for the recommended way to sort dates.
Kevin