From: defacer Date: Fri, 30 Apr 2004 08:48:39 +0000 (+0000) Subject: New strftime string for use by the calendar: Month Year. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a322925858b1f693e9ea0b4af9ee343f4a6bcca2;p=moodle.git New strftime string for use by the calendar: Month Year. --- 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';