Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 622 Bytes

File metadata and controls

24 lines (18 loc) · 622 Bytes

About

Simple Html5 calendar, using datetime objects and jquery After seeing that there was not any nice calendar out there, using html5 datetime element, with functionality similar to google calendar, I did this one, it's a simple yet powerful jquery plugin (with a few tricks extending Date object)

Features

  • Multiple calendars
  • Start from a custom month
  • Easy to use, just a few html + javascript
  • Localizable, use it in your own language!
  • Customizable, add whatever you want to any specific date
  • ~71 lines of code

Usage

Have a look at example/ files for usage