🚀 Feature request: Add dd.mm.yyyy date format #4540
Closed
Caleydon
started this conversation in
Feature Requests
Replies: 3 comments
-
|
I don't see any potential issues with this, do you @robinsowell ? PR: #4620 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
One comment: dd.mm.yyyy means that the date will be in the format, e.g., 01.01.2025 and not 1.1.2025. Am I right? Because implementation in the EE produce 1.1.2025 shape. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Caleydon you are absolutely right. We have to fix that: #4670 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suggest an idea for ExpressionEngine
Hi.
Can you please add dd.mm.yyyy date formatting as one of the options on the EE Settings page?
I found that 24 countries use this format.
Is there any issue with adding it? I asked for this date format a few years ago, and I received a response stating that it could cause problems.
After updating EE, I still need to add the option manually into Config.php in order to use this date formatting.
'%d.%m.%Y' => 'dd.mm.yyyy',Beta Was this translation helpful? Give feedback.
All reactions