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... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel B4J.DependsOn=jXUI, jDateUtils B4A.DependsOn=XUI, DateUtils B4i.DependsOn=iXUI, iDateUtils Files... other libraries in the Libraries tab. Example of AnotherDatePicker custom view packaged... 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 Old DateUtils module conflict with XUI Views - incendio    Jan 22, 2019 Hi guys,
I have apps that use old DateUtils.bas 1.05 module, it was compiled OK until used with XUI Views 1.8.
When XUI Views Lib added, compiled got error : DateUtils used twice
But if DateUtils... 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...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... Wish [Solved] DateUtils as Internal Library for B4J and B4i - aeric    Jan 10, 2023   (1 reaction) https://www.b4x.com/android/forum/threads/b4x-dateutils-simplifies-date-and-time-calcuations.26290/
I found DateUtils only appears in B4A.
I wish it also included in B4J and B4i since it is a B4X module.... B4A Question What is the wrong in this code(diferent bet 2 Times) using DateUtils - Alhootti    Nov 18, 2022 Dim diff1 As Period
DateTime.TimeFormat="hh:mm"
diff1 = DateUtils.PeriodBetween.Hours(DateTime.TimeParse("05:10"),DateTime.Time(DateTime.Now))
Label1.Text = diff1... Italian Info DateUtils.PeriodBetween - Fulvio75    Mar 10, 2022 Ciao ho bisogno una info:
Ho una data e ora
A="14/01/2022 13:40"
B="15/01/2022 13:45"
Devo calcolare le ore con period=dateutils.between(a,b)
Non mi calcola il giorno di... Page: 1   2   3   4   5   |