forked from jcgertig/date-input-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
500 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.