Closed RakanHowls closed 1 month 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.
new Date().toLocaleString('en-US', {dateStyle: 'short'});
Implemented in Version EF28-1.0
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.