I found a way, if anyone needs. clunky but works.
string $str = system ("dir " + $filepath)
;
string $date = match "../../...." $str
;
string $time = match "..:.. [AP]M" $str
; //$time = "11:15 AM";
you can then reformat date and time at your leisure using string functions....