Is it possible to use ksort to sort by maximum (ie. most recent) date with a sql date time format? I have an array that is currently key-value where the key is the sql date time format and the value is a string and I do a ksort on it but it returns it by the least recent (i'm guessing the 'smallest') first and I want the reverse of that. Is there a flag that I don't know of that could set this or another function that could do it better?
Thanks!