Current Date
- year
- The initial year when the calendar loads.
- month
- The initial month when the calendar loads.
- date
- The initial date-of-month when the calendar loads.
- prev (method)
- Moves the calendar one step back (either by a month, week, or day).
- next (method)
- Moves the calendar one step forward (either by a month, week, or day).
- prevYear (method)
- Moves the calendar back one year.
- nextYear (method)
- Moves the calendar forward one year.
- today (method)
- Moves the calendar to the current date.
- gotoDate (method)
- Moves the calendar to an arbitrary year/month/date.
- incrementDate (method)
- Moves the calendar forward/backward an arbitrary amount of time.
- getDate (method)
- Returns a Date object for the current date of the calendar.
|