mobilePickDate strangeness...
Posted: Fri Feb 15, 2013 5:31 am
Folks,
My understanding is that if I code something like...
...then the picker will show the time as specified in tShow, where tShow is in seconds. Without that variable, the picker displays the current time.
if tShow contains (for instance) 64320 ... which by my calculation is 17:52 in seconds, the picker displays 01:22.
If tShow contains 45960, which is 12:46, the picker displays 20:16.
And similar nonsense for other times.
Am I doing something wrong?
TIA
--paul
My understanding is that if I code something like...
Code: Select all
mobilePickDate "time",tShow,,,,"cancelDone"
...then the picker will show the time as specified in tShow, where tShow is in seconds. Without that variable, the picker displays the current time.
if tShow contains (for instance) 64320 ... which by my calculation is 17:52 in seconds, the picker displays 01:22.
If tShow contains 45960, which is 12:46, the picker displays 20:16.
And similar nonsense for other times.
Am I doing something wrong?
TIA
--paul