Does anybody have a date sorting algorithim in Javascript? I need to be able to sort an array of dates. Thanks for any help.
Printable View
Does anybody have a date sorting algorithim in Javascript? I need to be able to sort an array of dates. Thanks for any help.
What's the format of the dates ??
The format will be ##/##/## or ##/##/#### either way is fine.
That works great! Thanks for the help.
no problem ;)