Skip to content

jczerwinski/datepickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datepickr

A simple javascript datepicker with no dependencies, written by Josh Salverda. Compatible with browsers as grizzled as IE6.

Demo

You can find a demo here.

Installation and Usage

Install with Bower:

bower install --save datepickr

Alternatively, download datepickr.js or datepickr.min.js and datepickr.css to your project.

Include them in your HTML:

<script type="text/javascript" src="datepickr.js"></script>
<link rel="stylesheet" type="text/css" href="datepickr.css">

Set up an input where you want a datepicker and initialize:

<input id="dateID" type="text"></input>
<script>new datepickr('dateID')</script>

Configure with options from the Google Code project documentation

License

Apache License v2.0

About

A simple javascript datepicker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published