| Syntax |
mainResponder.calendar.getAddressDay (adr)
|
| Params |
adr is the address of an entry in a calendar structure.
|
| Action |
Computes the date corresponding to adr.
|
| Returns |
The date corresponding to adr.
|
| Examples |
mainResponder.calendar.getAddressDay (@scriptingNews.["1999"].["03"].["06"])
» "3/6/99; 12:00:00 AM"
|
| Notes |
Detailed information about mainResponder's calendar format is available from the Frontier Site.
|
| See Also |
mainResponder.calendar.getDayAddress
|