chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

Fix for #95 #96

Closed parthivshah91 closed 6 years ago

parthivshah91 commented 7 years ago

Added support for valueAsDate to set and get value as javascript date. As of now if value is not set then it will set default value from valueAsDate attribute instead of value attribute.

parthivshah91 commented 7 years ago

Build is getting failed as Gulp is not getting installed.