Doug Downs 0 Posted February 8 Prior to Android 14, I was able to get StrToDateTime to work with AM/PM in the DateTime, i.e. StrToDateTime('02/08/25 6:23:18 AM', DateTime); and it ran fine. Now when I deploy to an Android14 I get an error "Project.<project name> raised exception class EConvertError with message "2/6/25 10:0:00 PM' is not a valid date and time'. I can enter the datetime as 24-hour time, i.e. '2/6/25 22:00:00 and it converts fine... only when I have AM or PM I get the error. All help appreciated. Share this post Link to post