MediaWiki  REL1_23
MessagesGrc.php
Go to the documentation of this file.
00001 <?php
00012 $dateFormats = array(
00013     'mdy time' => 'H:i',
00014     'mdy date' => 'xg j, Y',
00015     'mdy both' => 'H:i, xg j, Y',
00016 
00017     'dmy time' => 'H:i',
00018     'dmy date' => 'j xg Y',
00019     'dmy both' => 'H:i, j xg Y',
00020 
00021     'ymd time' => 'H:i',
00022     'ymd date' => 'Y xg j',
00023     'ymd both' => 'H:i, Y xg j',
00024 );
00025