#Override default date display format for all admin fields

4 messages · Page 1 of 1 (latest)

glacial bramble
#

Is there a way to override the default date picker displayFormat for ALL date fields in the admin panel?

I can override it for each individual field but this is labourious and error prone.

I see there's payload.config.ts > admin.dateFormat but that doesn't affect what a date picker shows.

I guess the natural extension to this question is can you change any default option for any field type?

high lodge
#

You could built you own local plugin, which will iterate on every collection, every field, and set display properties you need .

glacial bramble
#

Yikes.