MediaWiki: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
* [[MediaWiki:Sidebar]] | * [[MediaWiki:Sidebar]] | ||
* [[MediaWiki:Common.css]] | * [[MediaWiki:Common.css]] | ||
//LocalSettings.pho | |||
$wgDefaultUserOptions['date']='ISO 8601'; | |||
//defined in messagesEn.php | //defined in messagesEn.php | ||
$datePreferences = array( 'ISO 8601'); | $datePreferences = array( 'ISO 8601'); | ||
$defaultDateFormat = 'ISO 8601'; | $defaultDateFormat = 'ISO 8601'; |
Revision as of 2020-12-01T15:12:53
Customization
//LocalSettings.pho $wgDefaultUserOptions['date']='ISO 8601';
//defined in messagesEn.php $datePreferences = array( 'ISO 8601'); $defaultDateFormat = 'ISO 8601';