|
calendar.inc.php - Calendar Functions
|
drawMonth
Required Parameters: int $month, int $year
Optional Parameters: None
Returns: int
Description: This function draws a monthly calendar for the given month and year, or if neither is specified, it draws a monthly for the current month and year.
function drawMonth($month = '', $year = '')
|