Date Calculator
Professional date calculation API with 6 modular endpoints: add (add time to dates with business day support), subtract (subtract time from dates), difference (calculate differences between dates), age (calculate detailed age with next birthday), format (convert dates to various formats), business-days (calculate or add business days excluding weekends/holidays), and parse-natural (AI-powered…
Date Calculator endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
calculate-date-difference /api/utilities/date-calculator/v1/difference |
Calculates the difference between two dates with detailed breakdown |
| POST |
subtract-time-from-date /api/utilities/date-calculator/v1/subtract |
Subtracts specified amount of time from a date |
| GET |
format-date /api/utilities/date-calculator/v1/format |
Formats a date into various output formats |
| POST |
business-days-calculation /api/utilities/date-calculator/v1/business-days |
Calculates business days between dates or adds business days (excludes weekends and holidays) |
| POST |
add-time-to-date /api/utilities/date-calculator/v1/add |
Adds specified amount of time (days, weeks, months, years, hours, minutes, seconds) to a date |
| POST |
calculate-age /api/utilities/date-calculator/v1/age |
Calculates detailed age from birth date with next birthday information |
Date Calculator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8 / month | — |
|
| ULTRA Recommended | $12 / month | — |
|
| MEGA | $18 / month | — |
|