UNPKG

calendario

Version:

Check if a day is a workday or holiday

9 lines (8 loc) 167 B
var state = [ { date: new Date('2015-01-19 00:00:00'), workday: false, summary: "Martin Luther King, Jr. - Idaho Human Right Day" } ]; module.exports = state;