I have a set of records of DateTime string, for example
- "2013-10-31 05:25:37"
- "2013-12-31 14:35:47"
- ...................................
1. Anyone knows how to compare them with Autoit script to find out which one is the latest? Don't worry if they are in different order or different separator ("-", "/" ..), I can convert them later.
2. If we have to convert them to SystemTime first, in order to comparing easier then it will also OK for me
Thanks for any help