Android Question SOLVED - java.text.ParseException

Alex_197

Well-Known Member
Licensed User
Longtime User
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
26.jpeg

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?
 
Top