I'm getting this error on some devices
with this code
I'm unable to reproduce it on my devices, but I can see errors on live (store) application.
B4X:
java.text.ParseException: Unparseable date: "Sun, 05 Feb 2017 22:06:02 +0100" (at offset 0)
B4X:
DateTime.DateFormat = "EEE, dd MMM yyyy HH:mm:ss Z"
Dim sDate As String = "Sun, 05 Feb 2017 22:06:02 +0100"
Dim lngDate As Long = DateTime.DateParse(sDate) '<- Error in this line
I'm unable to reproduce it on my devices, but I can see errors on live (store) application.