rdehuyss / homeassistant-lovelace-google-calendar-card

A calendar card for Home Assistant using Lovelace
91 stars 14 forks source link

Are you open to using date-fns? #20

Closed thibmaek closed 4 years ago

thibmaek commented 5 years ago

I see that the card uses Moment for any date formatting stuff. Would you be open to using date-fns? It's a much nicer FP-focused library to format timestamps and is way lighter on the Javascript bundlesize and network load.

Could create a PR to add this as a feature somewhere this week if you want.