aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesGrc.php
blob: 9a92fc4331a8acbbb5ae4cfdc45e860809312fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/** Ancient Greek (Ἀρχαία ἑλληνικὴ)
 *
 * @file
 * @ingroup Languages
 */

$dateFormats = [
	'mdy time' => 'H:i',
	'mdy date' => 'xg j, Y',
	'mdy both' => 'H:i, xg j, Y',

	'dmy time' => 'H:i',
	'dmy date' => 'j xg Y',
	'dmy both' => 'H:i, j xg Y',

	'ymd time' => 'H:i',
	'ymd date' => 'Y xg j',
	'ymd both' => 'H:i, Y xg j',
];