mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-66481 lang: Add additional date display formats
* Day, abbreviated month, and year (e.g. 28 Aug 2019) * Day and abbreviated month (e.g. 28 Aug)
This commit is contained in:
parent
15ecfac435
commit
0aba625a9c
@ -37,8 +37,10 @@ $string['localewincharset'] = '';
|
||||
$string['oldcharset'] = 'ISO-8859-1';
|
||||
$string['parentlanguage'] = '';
|
||||
$string['strftimedate'] = '%d %B %Y';
|
||||
$string['strftimedatemonthabbr'] = '%d %b %Y';
|
||||
$string['strftimedatefullshort'] = '%d/%m/%y';
|
||||
$string['strftimedateshort'] = '%d %B';
|
||||
$string['strftimedateshortmonthabbr'] = '%d %b';
|
||||
$string['strftimedatetime'] = '%d %B %Y, %I:%M %p';
|
||||
$string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M';
|
||||
$string['strftimedaydate'] = '%A, %d %B %Y';
|
||||
|
Loading…
x
Reference in New Issue
Block a user