B4A Question Problem DateTime.DateParse if date contains Sep - RB Smissaert    Dec 31, 2023 -----------------------------------------
Try
lTicks = DateTime.DateParse(strEmisDate...I am importing .csv files into SQLite and need to convert dates in the format dd-MMM-yyyy... B4i Question DateUtils SetDate - Cannot parse: invalid date - Alexander Stolte    Jan 12, 2024 (AS_DatePicker)
Cannot parse: invalid date
Stack Trace: (
CoreFoundation...I'm using the following code to set the DateTime locale to the system preferred language.
Sub SetDateTimeLocale (locale As String)
Dim loc2 As NativeObject
loc2 = loc2.Initialize... As NativeObject = DateTime
no.GetField("dateFormat").SetField("locale", loc2)
no... B4i Question DateTime.DateParse problem - Alex_197    Nov 26, 2020
DateTime.TimeFormat="HH:mm:ss"
DateTime.DateFormat="MM/dd/yyyy"
Dim l As Long
l=DateTime.DateParse("11/26/2020 11:52:20... B4A Question Unparseable date - Pendrush    Feb 6, 2017   (1 reaction) I'm getting this error on some devices
java.text.ParseException: Unparseable date: "Sun, 05 Feb 2017 22:06:02 +0100" (at offset 0)
with this code
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... B4A Question Parsing a date with complex conditions using AI - Sergey_New    Dec 27, 2025 try using DeepSeek neural network.
The task was to parse a date and date range using the B4A language... language.
Ultimately, the AI was unable to correctly attribute the parsing error of the second date... B4A Question GetWeekOfYear(DateTime.DateParse... Wrong - parijs    Nov 26, 2014 Hi all
Why das
weeknr = GetWeekOfYear(DateTime.DateParse("05/05/2015"))
gives me week 18 if it falls in week 19... B4A Question [Solved] Parse date from DB - aeric    May 23, 2023 Is there a good way to parse an unknown format datetime string? The values sometime "dd/MM/yyyy", "dd-MM-yyyy", "yyyy-MM-dd", "dd/MM/yyyy HH:mm", "dd-MM... B4A Question Parsing a date oddity - Andrew (Digitwell)    Feb 9, 2023 .000000Z"
Private da1 As Long = DateTime.DateParse(datestring)
Log("Parse 1 success")
Catch
Log(LastException)
Log("Date parse 1 failure"... B4A Question Date ParseException Problem - cb56 (first post)    Dec 14, 2021 = "yyyy:MM:dd HH:mm:ss"
ExifDate = DateTime.DateParse(temp... a service of mine running that was performing the same operation at the same time (DateTime.DateParse... Button1_Click
Dim temp As String
Dim ExifDate As Long
Try... Italian DateParse non funziona bene - Star-Dust (first post)    Sep 14, 2021   (1 reaction) è sbagliato YYYY
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html... Page: 1   2   3   |