mobile pick date format

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

mobile pick date format

Post by vedus » 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?

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

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: mobile pick date format

Post by Klaus » Thu Dec 05, 2013 7:59 pm

Hi vedus,

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


Best

Klaus

vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

Re: mobile pick date format

Post by vedus » Thu Dec 05, 2013 8:08 pm

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 ;)

vedus
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 153
Joined: Tue Feb 26, 2013 9:23 am

Re: mobile pick date format

Post by vedus » Thu Dec 05, 2013 8:27 pm


Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: mobile pick date format

Post by Klaus » Thu Dec 05, 2013 10:01 pm

Great, thanks!
I also added a comment. :D

Post Reply