BusinessDays
BusinessDays copied to clipboard
A tool for calculating dates when some days don't count
Results
1
BusinessDays issues
Sort by
recently updated
recently updated
newest added
Applicable for days like Memorial Day (last Monday in May). Roughing things out... ``` php function lastDayOfWeekOfMonth($month, $day_of_week) { // input checks go here // TODO use correct length for...
enhancement
help wanted