Open
Description
Describe the Bug.
Not all locales use the same date formats in the same situation. Currently the formats are hardcoded in a way that works properly for English, but not for other languages.
Example Dutch localizaton:
In Dutch, this should be: 20 juni 2025, 2:21 PM
Reproduction Steps
i18n: { supportedLanguages: { nl, en } }
Set user language to Nederlands.
Environment Info
Binaries:
Node: 24.2.0
npm: 11.3.0
Yarn: N/A
pnpm: 10.12.1
Relevant Packages:
payload: 3.42.0
next: 15.3.0
@payloadcms/email-nodemailer: 3.42.0
@payloadcms/graphql: 3.42.0
@payloadcms/next/utilities: 3.42.0
@payloadcms/payload-cloud: 3.42.0
@payloadcms/richtext-lexical: 3.42.0
@payloadcms/translations: 3.42.0
@payloadcms/ui/shared: 3.42.0
react: 19.1.0
react-dom: 19.1.0