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
2128b4d6
Commit
2128b4d6
authored
Apr 04, 2006
by
Steven Wittens
Browse files
#53949
: Remove duplicate date format
parent
abf9cee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
2128b4d6
...
...
@@ -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'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'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 @
2128b4d6
...
...
@@ -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'
,
'm/d/Y - g:ia'
,
'd/m/Y - g:ia'
,
'Y/m/d - g:ia'
,
'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
Markdown
is supported
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