Hi, I have a form that enters the date in the following format:
month/day/year
And I'm trying to order the results by date DESC
However, the systems sees the following date "09/11/1009" as a full number, so that date shows up before, say, 01/01/2011, because it looks like a bigger number - does that make sense?
Anyway, my sorting is all jacked up. Is there another format I can use that the system will read more accurately?
Thanx
Mark
month/day/year
And I'm trying to order the results by date DESC
However, the systems sees the following date "09/11/1009" as a full number, so that date shows up before, say, 01/01/2011, because it looks like a bigger number - does that make sense?
Anyway, my sorting is all jacked up. Is there another format I can use that the system will read more accurately?
Thanx
Mark