A drilling scope for manipulating Pikaday objects.
<input />
control for this to work.PikadayScope | open() |
PikadayScope | close() |
PikadayScope | writeDate(String) |
String | queryDisplayDate() |
PikadayScope | chooseYear(Number) |
PikadayScope | chooseMonth(Number) |
PikadayScope | chooseDay(Number) |
Boolean | isOpen() |
Select a day in the Pikaday picker.
dayIndex | Number Index of the month day, 0-31. |
Select a month in the Pikaday picker.
monthIndex | Number Index of the month starting from 1 through 12. |
Select a year in the Pikaday picker.
Close an open Pikaday dialog.
Open the Pikaday dialog. You must do this if you want to choose the day!
String The current date that is displayed to the user in the input control. |
Fill in a date not through the date picker but through the input box.
dateString | String Something like "3/24/1979" or "11-1-1999". |