package
1.20.0
Repository: https://github.com/voltusdev/date.git
Documentation: pkg.go.dev

# 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.