0.2.3 • Published 7 months ago

year-helper v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

year-helper

CI

This package provides some useful functions to deal with dates especially related to leap years.

Usage

import { isLeapYear, getDaysInMonth, getDaysInYear } from "year-helper";

console.log(isLeapYear(2000));        // true
console.log(getDaysInMonth(2000, 2)); // 29
console.log(getDaysInYear(2000));     // 366

Usage for Browsers

Source

Demo Page

License

MIT

0.2.3

7 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.4

1 year ago

0.2.2

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago