PDA

Click to See Complete Forum and Search --> : Sorting Dates in an array (Javascript)


RealisticGraphics
Jun 1st, 2002, 09:41 AM
Does anybody have a date sorting algorithim in Javascript? I need to be able to sort an array of dates. Thanks for any help.

progressive
Jun 11th, 2002, 03:06 AM
What's the format of the dates ??

RealisticGraphics
Jun 11th, 2002, 05:03 PM
The format will be ##/##/## or ##/##/#### either way is fine.

RealisticGraphics
Jun 12th, 2002, 05:54 PM
That works great! Thanks for the help.

progressive
Jun 13th, 2002, 03:00 AM
no problem ;)