<div dir="ltr">Not that it's hard to do, but would be nice to have this in std.datetime, just ran into some data that was using AM/PM.<div><div>eg:</div><div>if(AMPM == "PM" && hours<12) hours = hours+12;</div><div>if(AMPM == "AM" && hours==12) hours = hours-12;</div></div><div><br></div></div>