Couple of notes:
- The date picker is not super keyboard friendly, let me type to go faster than a select.
- You can save the event on some basic server and generate a uuid to share/edit them, that way i can link to my countdown.
When it comes to persistency - maybe I will add it some point, but no plans at this point
Cool site too, bookmarked :)
But it still shows the date as mm/dd/yyyy format on the top right of the event box.
BTW you dont need momentjs, you can use Intl.DateTimeFormat https://developer.mozilla.org/de/docs/Web/JavaScript/Referen...
Thanks for pointing me to Intl formatting - I will probably migrate in next iteration.
Couple of notes:
- The date picker is not super keyboard friendly, let me type to go faster than a select.
- You can save the event on some basic server and generate a uuid to share/edit them, that way i can link to my countdown.