Add default date formats without time

Created on 13 April 2018, about 7 years ago
Updated 13 May 2025, 2 days ago

Problem/Motivation

Drupal core includes ISO 8601 formats and three Default formats that include time. These do not represent the date-only formats that are often requested by designers and product owners. It would be an improvement to have them included by default.

Proposed resolution

Add the following additional date formats:
1. Default month-first date (April 13, 2018)
2. Default month-first short date (Apr 13, 2018)
3. Default day-first long date (13 April 2018)
4. Default day-first short date (13 Apr 2018)

Use the following for the formats:
1. F j, Y
2. M j, Y
3. j F Y
4. j M Y

Remaining tasks

- Patch
- Tests

User interface changes

N/A

API changes

N/A

Data model changes

N/A

✨ Feature request
Status

Closed: duplicate

Version

11.0 πŸ”₯

Component

system.module

Created by

πŸ‡ΊπŸ‡ΈUnited States dead_arm

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024