#Is there a way to change the format for dates in the admin UI?

1 messages · Page 1 of 1 (latest)

peak summit
#

I don't want to use the US or UK standard for dates (mm/dd/yyyy and dd/mm/yyyy respectively), and would like them to display as yyyy/mm/dd

Can we set this as a global preference?

peak summit
#

This date is horrible for me to read... the day/month is ambiguous and I've made a whole array of errors here thinking that this was UK formatted dates and not US. As said I'd prefer ISO date here to remove any ambiguity.

#
admin: {
  displayFormat: 'YYYY/MM/DD',
},

Produces console errors.

I've checked your docs, and I can't see a guide on how these can be formatted. I only see the default formatting.

#

and pickerAppearance is throwing type and console errors??

deft sphinx
peak summit
#

Thanks for this info @deft sphinx - is it possible to set this at a global level?