Date format for effective sorting?
I'm having some trouble getting dates to sort properly.
I'm using the date format of mm/dd/yyyy but it seems to sort by the mm/dd only, I cannot get the year to be taken into consideration when sorting by date.
Example: 01/09/2004
01/10/2003
01/12/2005
02/17/2004
02/22/2003
Or do I need to declare a date format in the code itself?
Thanks.
I'm using the date format of mm/dd/yyyy but it seems to sort by the mm/dd only, I cannot get the year to be taken into consideration when sorting by date.
Example: 01/09/2004
01/10/2003
01/12/2005
02/17/2004
02/22/2003
Or do I need to declare a date format in the code itself?
Thanks.
Michael
April 11,