Updated start date for 2013.
1 parent b54c423 commit fdf250f954ec92b5985b70238924ff6a2436fbba
Nigel Stanger authored on 11 Jun 2013
Showing 1 changed file
View
2
■■■
generate_calendar_dates.php
 
/*
Date of the Monday of the first academic week of the year. Teaching weeks start on Monday, so this is a convenient base point to start from. This will need to be updated annually.
*/
$first_monday = new DateTime( "2012-01-02" );
$first_monday = new DateTime( "2012-12-31" );
 
 
/*
Teaching period configuration. This will need to be updated annually. It's easily extensible to a new teaching period simply by adding a new specification for that period. The key should be mixed-case alphanumeric (i.e., no whitespace, no punctuation or other special characters). The components of each period specification are: