-The selected date, time or date and time are returned in the result. The value is in seconds since the UNIX Epoch.
somehow on my tests, the result returns a "wrong" formatted date
ex: january 1, 2012 becomes 11/30/2012
ex: december 1, 2012 returns 11/1/2012
i have a button and below is the code im using
Code: Select all
on mouseUp
mobilePickDate "date"
answer the result
end mouseUp