B4A Tutorial [B4X] DateUtils - Simplifies Date and Time Calculations - Erel    Feb 7, 2021   (10 reactions)   tags: Date, dateutils, date time DateUtils is a code module with a set of useful date and time related methods.
It complements DateTime api, it doesn't replace it.
The methods included in DateUtils:
'Calculates the period... B4i Question DateUtils - GetMonthName set device localization language - Alexander Stolte    Dec 22, 2021 if i call DateUtils.GetMonthName then it returns the month name in english on a german language device, how can i set the device language to get the month name in the right language?... B4i Library [module] DateUtils - Erel    Nov 6, 2014   (6 reactions) B4i implementation of DateUtils: http://www.b4x.com/android/forum/threads/26290/#content... B4A Question [B4X] DateUtils.SetDateAndTime with pm - Alexander Stolte    Jan 18, 2024 I live in a country that has the 24 time format. How do people in the USA use the DateUtils.SetDateAndTime function? You can't specify whether the time I create is am or pm.... B4i Question DateUtils SetDate - Cannot parse: invalid date - Alexander Stolte    Jan 12, 2024
if i do this and call the DateUtils.SetDate function, the following error occurs:
Application_Start... B4i Question DateUtils - Balasubramanian (first post)    Jun 24, 2025
Dim newDate As Long = d + DayOffset * DateTime.TicksPerDay
This code is wrong, assuming that you ... B4i Question >[SOLVED] XUI Dateutils locale - astronald    Jan 9, 2021 Hello how i can locale for IOS
i try this code
Dim days As List = DateUtils.GetDaysNames
Works perfect in B4A
but in b4i only get english days
Thanks... B4i Question DateUtils.SetDate not incrementing for 26th Oct 2025 - emexes (first post)    Feb 2, 2025
DateUtils.AddPeriod works!!
R.I.P. the fact of "24 hours in a day" 🫣
(presumably using p.Hours = 24 will resurrect your original problem)... Bug? DateUtils - Crash when 24-Hour time turned off - Andrew (Digitwell)    May 20, 2019 )
calrng.RangeStart = DateUtils.SetDate(yr,mt,dy)
This code works perfectly if in
Settings ->... B4i Question DateUtils Issue [Solved] - Descartex    Jun 19, 2017 Hi.
When I try to run this:
Dim MonthsToShow As Int
Log(DateUtils.PeriodBetween(DateTime.DateParse(ToDate),DateTime.DateParse(FromDate)).Months)
MonthsToShow=DateUtils... Page: 1   2   3   4   |