mobile pick date format
Posted: Thu Dec 05, 2013 7:47 pm
my code is simple below,the problem is:
when the date picker come out i have in this format
dd/mm/year
10 november 2013
when i pick the date in the text field i get
mm/dd/year
the ipad system date is working dd/mm/year
i do something wrong here or is bug?
when the date picker come out i have in this format
dd/mm/year
10 november 2013
when i pick the date in the text field i get
mm/dd/year
the ipad system date is working dd/mm/year
i do something wrong here or is bug?
Code: Select all
on openfield
mobilePickDate "date"
put the result into fld "birthday"
#put mydate into fld "birthday"
replace "/13" with "" in fld "birthday"
end openfield