fooloomanzoo / datetime-picker

A minimal picker for date and time for Polymer, that can use the native input
MIT License
78 stars 18 forks source link

use full year on multi-parameter date constructor #28

Closed Gabez0r closed 6 years ago

Gabez0r commented 6 years ago

Use full year after multi-parameter Date constructor, which is being used by the mixins and considers a one- or two-digit value as a year since 1900. Fixes problem reported in fooloomanzoo/property-mixins#1.

fooloomanzoo commented 6 years ago

In the newest version, this fix is included. There were a couple of other important fixes and so I didn't merge from your pull request. There is still an issue about negative years and there could be something wrong for the calendar-element, but I look into it.