📆

Date Difference

Calculate the difference between two dates in days, weeks, months, years, hours, and minutes.

time API: POST /api/tools/date-diff

Input

🔌 API Usage

POST /api/tools/date-diff
Content-Type: application/json

// Example body:
{
  "date1": "",
  "date2": ""
}