From a322925858b1f693e9ea0b4af9ee343f4a6bcca2 Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 30 Apr 2004 08:48:39 +0000 Subject: [PATCH] New strftime string for use by the calendar: Month Year. --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 703056b32f..bc52c466cf 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -816,6 +816,7 @@ $string['strftimedateshort'] = '%%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; $string['strftimedaydate'] = '%%A, %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; +$string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p'; $string['strftimetime'] = '%%I:%%M %%p'; -- 2.39.5