Error parsing: Sun, 05 Feb 2017 22:06:02 +0100
For Android answer: https://www.b4x.com/android/forum/threads/unparseable-date.75927/
I need to change Locale to US in iOS, anyone know how?
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
For Android answer: https://www.b4x.com/android/forum/threads/unparseable-date.75927/
I need to change Locale to US in iOS, anyone know how?
Last edited: