Add Working Days to a Date
Find the date a number of working days away, skipping weekends and holidays.
curl -X POST https://sinikoding.dev/api/v1/add-workdays \
-H 'content-type: application/json' \
-H 'x-api-key: tk_live_…' \
-d '{"from":"…","days":30,"holidays":"…"}'Need add working days to a date from your own code? Create a free account to get an API key. This page stays free without one.
Create account