Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 645 Bytes

isHolidayInChina

检查某一天是不是中国大陆的假期,数据从2016年起开始提供

安装

npm install isHolidayInChina --save

使用指南

var isHolidayInChina = require('isHolidayInChina');

isHolidayInChina(new Date('2016-10-01')); // true

数据来源

License

MIT © anhulife