Skip to content

workday

Date a number of workdays after a given start.

v = workday(start_date, num_workdays, holidays)

Returns the serial date num_workdays business days after start_date, skipping weekends and any dates in the optional holidays vector.

workday(date(2026,1,1), 10) % 10 working days later