- π¦πΊAustralia mstrelan
This issue obviously came first, but seems this will be implemented in π Add date formats without time Active .
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.
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
- Patch
- Tests
N/A
N/A
N/A
Closed: duplicate
11.0 π₯
system.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This issue obviously came first, but seems this will be implemented in π Add date formats without time Active .