mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixed buggy date string
This commit is contained in:
parent
798af5b7e7
commit
38be5e773e
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ $string['startdate'] = "Date de d
|
|||
$string['startsignup'] = "Créer immédiatement un nouveau compte !";
|
||||
$string['state'] = "État/province";
|
||||
$string['status'] = "Statuts";
|
||||
$string['strftimedate'] = "%%Y - %%m - %%Y";
|
||||
$string['strftimedate'] = "%%Y - %%m - %%d";
|
||||
$string['strftimedateshort'] = "%%d %%B";
|
||||
$string['strftimedatetime'] = "%%Y - %%m - %%d, %%H:%%M";
|
||||
$string['strftimedaydate'] = "%%A, %%d %%B %%Y";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue