Does anyone out there know of a way to sort dates into order? I have a comma delimited array that contains a date ie;"11 Oct 2001" as the first part of the array. It is being read in from a text file and when I add new items to the array I want to resort them into date order before writing them back to the file.
Thanks
TW.