Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
liorwohl committed May 3, 2015
1 parent ba03812 commit 8804fb4
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# html5-simple-date-input-polyfill
just include this simple script and IE and Firefox will support <input type="date">, without any dependencies
Just include this simple script and IE and Firefox will support <input type="date">, without any dependencies.

This is just a repackaging of https://github.com/joshsalverda/datepickr/blob/master/src/datepickr.js
I just added one line of code to make it automatically work with <input type="date"> and a proper package.json file so it will work with "npm install".

# Install
npm install git://github.com/liorwohl/html5-simple-date-input-polyfill --save-dev
Loading

0 comments on commit 8804fb4

Please sign in to comment.