From 38be5e773edf4011ac91a9db875e55034674fd17 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 21 Jan 2004 12:09:23 +0000 Subject: [PATCH] Fixed buggy date string --- lang/fr_ca/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr_ca/moodle.php b/lang/fr_ca/moodle.php index 72e860f139..ebd149fc92 100644 --- a/lang/fr_ca/moodle.php +++ b/lang/fr_ca/moodle.php @@ -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"; -- 2.39.5