Generates a textual month name based on the numeric
month provided.
Parameters
$month
Returns
string
get_day_names()
get_day_names( $day_type = '') : array
Get Day Names
Returns an array of day names (Sunday, Monday, etc.) based
on the type. Options: long, short, abrev
Parameters
$day_type
Returns
array
adjust_date()
adjust_date( $month, $year) : array
Adjust Date
This function makes sure that we have a valid month/year.
For example, if you submit 13 as the month, the year will
increment and the month will become January.
Parameters
$month
$year
Returns
array
get_total_days()
get_total_days( $month, $year) : integer
Total days in a given month
Parameters
$month
$year
Returns
integer
default_template()
default_template() : array
Set Default Template Data
This is used in the event that the user has not created their own template
Returns
array
parse_template()
parse_template() : void
Parse Template
Harvests the data within the template {pseudo-variables}
used to display the calendar