/date/daysInYear
stdCalculates the number of days in a particular year. Varies by the leap year.
Type signature
(year: number) => 366 | 365
Questions
- How many days are in a particular year?
- How many days are in a leap year?
- How many days are in a common year?