• Updated for 2015.
1 parent df9dd7c commit d32ea68fee7f1b6688dbdb18b1c41b32c7fd7518
Nigel Stanger authored on 9 Feb 2015
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( "2013-12-30" );
$first_monday = new DateTime( "2014-12-29" );
 
 
/*
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: