mobilePickDate result format?
Posted: Sun Feb 23, 2020 7:35 pm
Am I misreading the docs?
mobilePickDate "date"
should return seconds since epoch in the result, but I keep getting just a short date format.
This is on a Galaxy J3 Luna Pro, running android 6.0.1.
Creating standalone and delivering to phone via Test menu item in LC 9.5.0 build 15503.
Looks to me like this line:The selected date, time or date and time are returned in the result. The value is in seconds since the UNIX Epoch. If the picker is cancelled then cancel is returned in the result.
mobilePickDate "date"
should return seconds since epoch in the result, but I keep getting just a short date format.
Code: Select all
mobilePickDate "date"
put the result into tDate
answer tDate -- I'm getting "2/23/20", here, not the expected seconds since unix epoch
Creating standalone and delivering to phone via Test menu item in LC 9.5.0 build 15503.