Date Picker

Hi Everyone. I’ve looked through the forums (or should that be fora?) and I can’t find a solution to my need. I’m trying to create a date picker exactly like the one in the Picker example in the CoronaUI section. Is there a quick way to create a picker with VALID dates only or do I need to program the columns - i.e. If Month Column = February then Date Column is 1 to 28 unless its a leap year. Thinking about it I suppose its not that difficult but I was wondering if there was some sort of Corona API. Also a Calendar Widget would be invaluable for Business Apps.

Thanks

Adrian [import]uid: 83824 topic_id: 30131 reply_id: 330131[/import]

One way to do it could be operate on unix time and convert it to table using
os.date( “*t” , time ) [import]uid: 41153 topic_id: 30131 reply_id: 120652[/import]

Duplicate, please remove. [import]uid: 41153 topic_id: 30131 reply_id: 120653[/import]

One way to do it could be operate on unix time and convert it to table using
os.date( “*t” , time ) [import]uid: 41153 topic_id: 30131 reply_id: 120652[/import]

Duplicate, please remove. [import]uid: 41153 topic_id: 30131 reply_id: 120653[/import]