Days Between Dates
GET /calc/daysParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/calc/days?from=2025-01-01&to=2025-12-31"Response
{
"success": true,
"from": "2025-01-01",
"to": "2025-12-31",
"days": 364
}Notes
Errors
Error
Cause
Last updated
Was this helpful?
