calendarjs


Javascript Calendar & Datepicker component

Introduction

CalendarJS is a simple but yet powerful calendar and datepicker component written in javascript with full featured API.

http://www.bulgaria-web-developers.com/blog/wp-content/uploads/2012/07/calendar.png' alt='CalendarJS' />

Usage

Include (or download) the following files in your page: ```

``` Put a container on your page (in this example I use **span**, but you could use whatever you want for inline calendars, and **input** for datepickers) ``` ``` Example calendarJS calls: ``` var cal_1 = new Calendar({ element: 'inlineCalendar', inline: true, months: 3, dateFormat: 'm/d/Y', onSelect: function (element, selectedDate, date, cell) { //do something } });

```

Demo

View demo

Project Information

The project was created on Jun 19, 2011.

Labels:
Calendar JavaScript Datepicker