A Alex_197 Well-Known Member Licensed User Longtime User Feb 21, 2020 #1 Hi, I'm getting this error on client's device. We are both in NY. The error is java.text.ParseException Unparseable date "02/20/2020 Click to expand... Her is a code Date parsing code: Dim Tick As Long Log(DateTime.DateFormat) ' Log shows MM/dd/yyyy Tick=DateTime.DateParse(Main.SelectedDOS) DW=DateUtils.GetDayOfWeekName(Tick) His phone is from US provider Sprint. On my phone it works file. What has to be done to fix this issue?
Hi, I'm getting this error on client's device. We are both in NY. The error is java.text.ParseException Unparseable date "02/20/2020 Click to expand... Her is a code Date parsing code: Dim Tick As Long Log(DateTime.DateFormat) ' Log shows MM/dd/yyyy Tick=DateTime.DateParse(Main.SelectedDOS) DW=DateUtils.GetDayOfWeekName(Tick) His phone is from US provider Sprint. On my phone it works file. What has to be done to fix this issue?
A Alex_197 Well-Known Member Licensed User Longtime User Feb 21, 2020 #2 Problem solved. DateTime.DateFormat="MM/dd/yyyy hh:mm a" caused this error. Upvote 0