An open API service indexing awesome lists of open source software.

https://github.com/g3th/days-in-a-month

Finds how many days a month has for a particular year, which may be a leap year.
https://github.com/g3th/days-in-a-month

Last synced: 3 months ago
JSON representation

Finds how many days a month has for a particular year, which may be a leap year.

Awesome Lists containing this project

README

          

# Days-in-a-month calculator
## Finds how many days a month has for a particular year

Enter a year and a month, and the program will tell you how many days that month has for that year.

This means that if February is chosen for a leap-year, the program will return 29 days.

Therefore, this program is also able to discern whether a year is a leap-year or not.