]> git.mjollnir.org Git - moodle.git/commitdiff
New strftime string for use by the calendar: Month Year.
authordefacer <defacer>
Fri, 30 Apr 2004 08:48:39 +0000 (08:48 +0000)
committerdefacer <defacer>
Fri, 30 Apr 2004 08:48:39 +0000 (08:48 +0000)
lang/en/moodle.php

index 703056b32f08df449c90b4b315e4eb99a7406b86..bc52c466cfb0a6adb40502fe4665c47959a47071 100644 (file)
@@ -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';