This class can generate multi-dimensional arrays containing the days of any given month across the span of weeks that the month days occupy.
It takes a given month and year as parameters and it fills the multi-dimensional array, that represents the weeks and the week days, with the respective number of the days of the month.
The array positions that represent days before and after the current month are filled with 0.
The class can also return the month name, month length in days, tell you if a given year is a leap year or not, and the week day name of a given day of the month.
Also, worth noting, the function valid_date will make sure that any month, day, and year are within valid parameters. For example, using the date 13/32/2005 by default is invalid. If you pass this date to valid_date, it would convert that date to 2/1/2006. This is important if accepting user input from a calendar.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.