Allow configurable date format in admin list views
C
Chris Billman
In Strapi 5, the admin panel list views (for example, Content Manager entry lists) display dates using a fixed, non-configurable format.
Dates are displayed as:
Wednesday, February 4, 2026 at 3:24 PM
Provide a supported way to configure the date and date-time format used in admin list views, for example:
Global admin setting
Locale-aware but overridable
Support for common formats (ISO, short date, or custom pattern)
Why this matters
Improves readability for international teams
Aligns the admin UI with organizational standards
Datas take up so much space in the table layout
Scope
Admin panel only. No impact on stored data or APIs.