|
@ -2,9 +2,9 @@ |
|
|
// block_attendance.php - created with Moodle 1.5.3+ (2005060230) |
|
|
// block_attendance.php - created with Moodle 1.5.3+ (2005060230) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$string['strftimedm'] = '%%m.%%d'; |
|
|
$string['strftimedm'] = '%m.%d'; |
|
|
$string['strftimedmy'] = '%%m.%%d.%%Y'; |
|
|
$string['strftimedmy'] = '%m.%d.%Y'; |
|
|
$string['strftimedmyw'] = '%%m.%%d.%%y (%%a)'; |
|
|
$string['strftimedmyw'] = '%m.%d.%y (%a)'; |
|
|
$string['strftimeshortdate'] = '%%m.%%d.%%Y'; |
|
|
$string['strftimeshortdate'] = '%m.%d.%Y'; |
|
|
|
|
|
|
|
|
?> |
|
|
?> |