Wish [B4X] B4XDateUtils

LucaMs

Expert
Licensed User
Longtime User
[I'm not sure if what I'm about to write is correct, I'm only now messing around with these things and I don't have the patience to look for everything]

If I'm not mistaken there is no B4XDateUtils, there is a library for each platform. It would be better to have a B4XDateUtils.

I'm using B4J and jDateUtils has no functions to convert a Period to a Ticks-Long (you can use AddPeriod(0, OnePeriod), but it would be better to have a specific function) nor viceversa, conversion from Ticks-Long to Period.

In summary, I think it is useful to have a single B4XDateUtils, including PeriodToTicks and TicksToPeriod functions.
 
Top