Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1a7a63b0
Commit
1a7a63b0
authored
Apr 02, 2006
by
drumm
Browse files
Revrting changed short date format by
#53949
.
parent
c4b031f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
1a7a63b0
...
...
@@ -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'
,
'
j.m.
Y -
G
:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'
m/d/
Y -
g
:i
a
'
,
'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 @
1a7a63b0
...
...
@@ -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'
,
'
j.m.
Y -
G
:i'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'
m/d/
Y -
g
:i
a
'
,
'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
.
Attach a 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