📆
Date Difference
Calculate the difference between two dates in days, weeks, months, years, hours, and minutes.
time
API: POST /api/tools/date-diff
Input
Result
🔌 API Usage
POST /api/tools/date-diff
Content-Type: application/json
// Example body:
{
"date1": "",
"date2": ""
}
Content-Type: application/json
// Example body:
{
"date1": "",
"date2": ""
}