Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c81fd0de
Commit
c81fd0de
authored
Apr 04, 2006
by
Gerhard Killesreiter
Browse files
#53949
, short German date format with leading zeros.
parent
57be8403
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
c81fd0de
...
...
@@ -377,7 +377,7 @@ function system_view_general() {
// Date settings: possible date formats
$dateshort
=
array
(
'Y-m-d H:i'
,
'm/d/Y - H:i'
,
'd/m/Y - H:i'
,
'Y/m/d - H:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'd.m.Y - H:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'M j Y - H:i'
,
'j M Y - H:i'
,
'Y M j - H:i'
,
'M j Y - g:ia'
,
'j M Y - g:ia'
,
'Y M j - g:ia'
);
$datemedium
=
array
(
'D, Y-m-d H:i'
,
'D, m/d/Y - H:i'
,
'D, d/m/Y - H:i'
,
...
...
modules/system/system.module
View file @
c81fd0de
...
...
@@ -377,7 +377,7 @@ function system_view_general() {
// Date settings: possible date formats
$dateshort
=
array
(
'Y-m-d H:i'
,
'm/d/Y - H:i'
,
'd/m/Y - H:i'
,
'Y/m/d - H:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'd.m.Y - H:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'M j Y - H:i'
,
'j M Y - H:i'
,
'Y M j - H:i'
,
'M j Y - g:ia'
,
'j M Y - g:ia'
,
'Y M j - g:ia'
);
$datemedium
=
array
(
'D, Y-m-d H:i'
,
'D, m/d/Y - H:i'
,
'D, d/m/Y - H:i'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment