(bug 7504) Change the default user time format on sk.wikipedia
This commit is contained in:
parent
de3ab65808
commit
1a6075ee70
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ $dateFormats = array(
|
|||
'16:12, 15. jan. 2001',
|
||||
'ISO 8601' => '2001-01-15 16:12:34'*/
|
||||
|
||||
'dmy time' => 'H:i',
|
||||
'dmy date' => 'j. F Y',
|
||||
'dmy both' => 'H:i, j. F Y',
|
||||
|
||||
'dmyt time' => 'H:i',
|
||||
'dmyt date' => 'j. F Y',
|
||||
'dmyt both' => 'j. F Y H:i',
|
||||
|
|
|
|||
Loading…
Reference in a new issue