# Functions
DaysIn gives the number of days in a given month, according to the Gregorian calendar.
DaysInYear gives the number of days in a given year, according to the Gregorian calendar.
IsLeap simply tests whether a given year is a leap year, using the Gregorian calendar algorithm.