UNPKG

calendario

Version:

Check if a day is a workday or holiday

14 lines (13 loc) 293 B
var state = [ { date: new Date('2015-01-19 00:00:00'), workday: false, summary: "Robert E. Lee and Martin Luther King Birthday" }, { date: new Date('2015-02-16 00:00:00'), workday: false, summary: "George Washigton and Daisy Gatson Bates Birthday" } ]; module.exports = state;