Changes log:
Ported to AI2 on 3/6/2015
see attached aia file.
This project demonstrates a simple calendar with a date-picker which can be added to a project.
It consists of two screens.
Screen1 opens the Calendar screen.
The user can use controls to navigate the calendar by months or can pick a specific month or year with listpickers.
A 'today' button shows the month containing the current day.
The user can touch a day button to select that date and a list is returned to Screen1 in the following format:
item 1: year (2012 - 2020)
item 2: month (1 - 12)
item 3: day number (1 - 31)
item 4: formatted text date
The second figure shows the blocks that return the date list.The third figure shows how the date might be processed for display in Screen1.
If the Calendar screen is closed by pressing the hardware or soft back buttons, an empty list will be returned to Screen1.
You can extend the years covered easily or modify the date information returned to Screen1, if you wish.
Current version of the project is 2.0 which fixed a missing block on button #31.