• Added entire year as a “teaching period” so we can generate any arbitrary date we want.
1 parent 55f1a16 commit 67b7c3ca49cf7fe6fd4c73e4569ce9fdadefbb76
Nigel Stanger authored on 10 Feb 2016
Showing 1 changed file
View
6
generate_calendar_dates.php
'break_ends' => 35,
),
),
),
# This represents the whole year from start to finish.
'YY' => array(
'first_week' => 1,
'last_week' => 52,
'break_weeks' => array(),
),
);
 
 
// We need a condition to validate the period code in the templates.