My Account
My Account
Previous Javascript Calendar Example Next Javascript Calendar Example
Flat Calendar different look for certain days

  1. This demo uses theme green.
  2. Click on a date

  3. This is a flat or "in the page" calendar. It is displayed when the page loads rather than when the user clicks on a button.
  4. When you click on a date the calendar calls a Javascript function (callback) which, in this case, prints the date above the calendar.
  5. Certain days have been specified as special days, and they are displayed differently. In this demonstration, the following were specified as special dates:

    • January 1
    • May 1
    • May 5
    • July 4
    • July 14
    • November 29
    • December 25