Page 1 of 1

mobile pick date format

Posted: Thu Dec 05, 2013 7:47 pm
by vedus
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?

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

Re: mobile pick date format

Posted: Thu Dec 05, 2013 7:59 pm
by Klaus
Hi vedus,

just tested in the iOS simulator and looks like a bug to me :(


Best

Klaus

Re: mobile pick date format

Posted: Thu Dec 05, 2013 8:08 pm
by vedus
Klaus wrote:Hi vedus,

just tested in the iOS simulator and looks like a bug to me :(


Best

Klaus
well every bug is for good:D
i will make the bug report ;)

Re: mobile pick date format

Posted: Thu Dec 05, 2013 8:27 pm
by vedus

Re: mobile pick date format

Posted: Thu Dec 05, 2013 10:01 pm
by Klaus
Great, thanks!
I also added a comment. :D