Sortwith sqldate arrays

Hi all,
Does anyone have a method or recommend an easy(ish) way to sort an array of sqldates in string format by date? I’d like to use sortwith another array so this might make it slightly more challenging.

Surely the SQLDate strings are in YYYY-MM-DD HH:MI:SS format and so can be sorted alphabetically with myArray.Sort. What am I missing?

4 Likes