Skip to content

Check if a day is a China public holiday or a workday

License

Notifications You must be signed in to change notification settings

zcws/holidays-cn

 
 

Repository files navigation

holidays-cn

Check if a day is a China public holiday or a workday.

npm version

English | 简体中文

Installation

npm install holidays-cn

Usage

import { isHoliday, isWorkday } from 'holidays-cn';

isHoliday('2020-02-01'); // true

isWorkday('2020-03-16'); // true

About

Check if a day is a China public holiday or a workday

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%