makepanic / ember-power-calendar-date-fns

Internal utils of Ember Power Calendar built on top of date-fns
MIT License
2 stars 8 forks source link

Date id isn't set correctly #17

Closed makepanic closed 4 years ago

makepanic commented 4 years ago

power-calendar calls formatDate with YYYY-MM-DD to generate the day id.

We should probably transform that to yyyy-MM-dd as it's currently generating something like data-date="2019-09-254" in tests.