brianblakely / nodep-date-input-polyfill

Automatically adds datepickers to input[type=date] on IE, macOS Safari, and legacy browsers.
https://www.npmjs.com/package/nodep-date-input-polyfill
MIT License
96 stars 137 forks source link

return value on ie11 not iso format #61

Open R300655 opened 6 years ago

R300655 commented 6 years ago

All modern browsers return date as iso format. Only ie11 returns the date in display format.

BTW, there is the german translation of "today" (= "Heute") missing.

brianblakely commented 6 years ago

This PR seems a little bit big for the description. Was this intentional?