Fixes #262 date time not displaying on windows servers.
authorDan Marsden <dan@danmarsden.com>
Sun, 14 May 2017 22:18:25 +0000 (10:18 +1200)
committerDan Marsden <dan@danmarsden.com>
Sun, 14 May 2017 22:19:12 +0000 (10:19 +1200)
lang/en/attendance.php

index 2ce8aa1..95bb4dc 100644 (file)
@@ -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'] = '<nobr>%a %d %h %Y</nobr>';
+$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'] = '<nobr>%a %d %b %Y</nobr>';
 $string['strftimeh'] = '%l%P';
 $string['strftimehm'] = '%l:%M%P';
 $string['strftimeshortdate'] = '%d.%m.%Y';