From e016ff80929cfb95352876082c05a153e8f96bdb Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 15 May 2017 10:18:25 +1200 Subject: [PATCH] Fixes #262 date time not displaying on windows servers. --- lang/en/attendance.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en/attendance.php b/lang/en/attendance.php index 2ce8aa1..95bb4dc 100644 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -273,10 +273,10 @@ $string['statuses'] = 'Statuses'; $string['statusdeleted'] = 'Status deleted'; $string['statusset'] = 'Status set {$a}'; $string['statussetsettings'] = 'Status set'; -$string['strftimedm'] = '%h %d'; -$string['strftimedmy'] = '%d %h %Y'; -$string['strftimedmyhm'] = '%d %h %Y %I.%M%P'; // Line added to allow multiple sessions in the same day. -$string['strftimedmyw'] = '%a %d %h %Y'; +$string['strftimedm'] = '%b %d'; +$string['strftimedmy'] = '%d %b %Y'; +$string['strftimedmyhm'] = '%d %b %Y %I.%M%P'; // Line added to allow multiple sessions in the same day. +$string['strftimedmyw'] = '%a %d %b %Y'; $string['strftimeh'] = '%l%P'; $string['strftimehm'] = '%l:%M%P'; $string['strftimeshortdate'] = '%d.%m.%Y';