Page 1 of 1

Calendar day picker

Posted: Fri Aug 09, 2013 11:44 am
by MaxV
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.

Re: Calendar day picker

Posted: Fri Aug 09, 2013 11:51 am
by Klaus
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

Re: Calendar day picker

Posted: Fri Aug 09, 2013 10:55 pm
by dunbarx
What Klaus said.

Try "calendarPane":

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

Craig Newman