calendar_workdays v0.1.0 Workdays
Work days calculator and checker
Link to this section Summary
Functions
Is the day a workday?
Link to this section Functions
Link to this function
workday?(date)
Is the day a workday?
Examples
iex> Workdays.workday?(~D[2020-03-09])
true
iex> Workdays.workday?(~D[2020-12-24])
false