Skip to content

Commit

Permalink
MDL-66481 lang: Add additional date display formats
Browse files Browse the repository at this point in the history
* Day, abbreviated month, and year (e.g. 28 Aug 2019)
* Day and abbreviated month (e.g. 28 Aug)
  • Loading branch information
junpataleta committed Sep 26, 2019
1 parent 15ecfac commit 0aba625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/en/langconfig.php
Expand Up @@ -37,8 +37,10 @@
$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';
Expand Down

0 comments on commit 0aba625

Please sign in to comment.