A Framework Agnostic Pure JavaScript Date Picker Control: Kalendae
Kalendae is a framework agnostic pure JavaScript date picker control. It is an attempt to do something that nobody has yet been able to do: make a date picker that doesn’t suck.
This pure JavaScript date picker controls is fully portable and requires nothing except a JS enabled browser. It is easily skinable and the default theme uses only one image file (a mask for the previous and next buttons), everything else is styled using CSS
Features
- Supports all modern browsers and IE8
- Support single day, multiple day, or day range selection
- Configurable number of months to be displayed at once
- Leverages moment.js for smart and easy date parsing
- Can be displayed on the page as an inline widget, or attached to one or more input fields as a popup control
Kalendae does not require jQuery, but does provide a jQuery plugin when jQuery is available. jQuery users may create a Kalendae widget or popup by calling $(selector).kalendae(options)
.
Recent Comments