Why does the month parameter range from 0-11 yet the day parameter ranges from 1-31? It seems inconsistent, what is the reason?
Parameters
- year: A year after 1900.
- month: An integer between 0 and 11 representing the month.
- date: An integer between 1 and 31 representing the day of the month.