holiday-lk

1.0.5 • Public • Published

holiday-lk

Holidays in Sri Lanka holiday-lk

Installation

npm install holiday-lk

Usage

var holiday = require('holiday-lk')
 
// find holidays between 2019-01-10 ~ 2019-01-20
// returns Array of Object (see below for their properties)
holiday.between(new Date("2019-01-10"), new Date("2019-01-20"))
 
// whether given date is holiday or not
// return true (or false)
holiday.isHoliday(new Date("2019-02-25"))

Properties

  • dayName: String - day of the week (ex. "Sunday")
  • date: Date - Date object of the holiday (ex. 2019-02-04T00:00:00.000Z)
  • name: String - name of the holiday (ex. "National Day")

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i holiday-lk

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

8.85 kB

Total Files

7

Last publish

Collaborators

  • pradeep-sanjaya