Skip to content

i18n: localize the date format placeholders

For instance, when using French, display the date input placeholder as "jj/mm/aaaa" (instead of "dd/mm/yyyy").

This doesn't change the way dates are actually parsed – only what is displayed to the user changes.

Before

avant

After

après

Merge request reports