Calendar day picker

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Calendar day picker

Post by MaxV » Fri Aug 09, 2013 11:44 am

One of the most requested missing feature, too complex to resolve alone, is a calendar day picker like:

Code: Select all

answer day
Image


Then some date function like:

Code: Select all

"2003/12/1" + 2  = "2003/12/3"
would be very appreciate.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

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

Re: Calendar day picker

Post by Klaus » Fri Aug 09, 2013 11:51 am

Hi MaxV,

there are some ready made calendar/date-picker stacks on the net that cou can use.
Even in Rev Online -> Menu: Development!

Check "dateitems" in the dictionary, this will let you do your desired date calculations
already now, but with maybe two more lines as in your proposal ;-)


Best

Klaus

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: Calendar day picker

Post by dunbarx » Fri Aug 09, 2013 10:55 pm

What Klaus said.

Try "calendarPane":

http://www.rotundasoftware.com/livecode/

Craig Newman

Post Reply