B4A Question Problem DateTime.DateParse if date contains Sep - RB Smissaert    Dec 31, 2023 -----------------------------------------
Try
lTicks = DateTime.DateParse(strEmisDate... = 86400000 'number of milli-seconds in a day
'need to make sure to have: DateTime.DateFormat... 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 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 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... German Android 7 Datetime.Dateparse mit Wochentag? - superscope (first post)    Nov 4, 2017 Hallo klaus,
ich meinte handy betriebsystem mit android 6. Was meinte ich das ist Als Android emulat... B4i Question [resolved] DateTime.DateParse giving negative - stingrae (first post)    Nov 9, 2018 d'oh ... knew it had to be simple!
Thank you :-)... German Frage zu DateTime.DateParse -- eine Stunde fehlt - Joe73 (first post)    Jan 7, 2017 Vielen Dank Eumel,
bin am Testen...
Gruß Jürgen
Edit: Hallo,
hat geklappt,
PeriodBetweenInDays fü... B4A Question Converting a string - Sergey_New    Sep 7, 2025 Please tell me how to convert the string "21/01/2020" to "01/21/2020".
I need this to get ticks from a date in "MM.dd.yyyy" format using DateTime.DateParse... B4A Question DateTime.DateParse - Erel (first post)    Oct 7, 2015 Please start a new thread for this question.... B4A Question DateTime.DateParse() Parse Problem - FHEBERT (first post)    Mar 7, 2015 Hello,
I found my mistake.
My mistake was in the date comparison, not in the parsing .
I compared tw... Page: 1   2   3   4   5   6   7   |