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