You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
311 B
10 lines
311 B
<?PHP // $Id: attforblock.php,v 1.1.2.2 2009/02/23 19:22:46 dlnsk Exp $
|
|
// block_attendance.php - created with Moodle 1.5.3+ (2005060230)
|
|
|
|
|
|
$string['strftimedm'] = '%m.%d';
|
|
$string['strftimedmy'] = '%m.%d.%Y';
|
|
$string['strftimedmyw'] = '%m.%d.%y (%a)';
|
|
$string['strftimeshortdate'] = '%m.%d.%Y';
|
|
|
|
?>
|