datepicker-js

datepicker-js JS library on GitHub datepicker-js JS library on npm Download datepicker-js JS library

Datepicker component with npm/browserify support. Depends on Jquery.

Version 0.1.99 License Apache-2.0
datepicker-js has no homepage
datepicker-js JS library on GitHub
datepicker-js JS library on npm
Download datepicker-js JS library
Keywords
datepickercalendarwidget

Datepicker-js

Forked from Stefan Petre's and Eternicode's work on bootstrap-datepicker.

This is the famous datepicker plugin, restructured in ES6, stripped from localization(provide your own), documentation(read the source), tests(sorry) and without bootstrap support.

Why?

  • Less cognitive load / easier to modify
  • Integrates well with npm/browserify

extras

  • Extra events

Usage

npm install datapicker-js

# From your Browserify workflow code(e.g. vendor.js)
require('datepicker-js');