eurofurence / reg-onsite-ui

EF onsite registration UI
0 stars 0 forks source link

Improve Date Display #1

Closed RakanHowls closed 1 month ago

RakanHowls commented 1 year ago

The database format YYYY-MM-DD is hard to compare with the date format on most ID cards. Ideally, the format would depend on the nationality.

RakanHowls commented 1 year ago

new Date().toLocaleString('en-US', {dateStyle: 'short'});

RakanHowls commented 1 month ago

Implemented in Version EF28-1.0