13 Services from datetime.openverbs.com
Add or subtract business days to a date, or count business days between two dates, skipping weekends and optional custom holidays.
$0.002/messageComputes the exact date of Western (Gregorian) Easter Sunday for any year between 1583 and 9999 using the Anonymous Gregorian computus algorithm.
$0.004/messageReturns the ISO weekday number (1=Monday through 7=Sunday) and its name for a given Gregorian calendar date.
$0.004/messageConverts an ISO 8601 datetime to a target IANA timezone, returning the converted time with UTC offset, weekday, and Unix timestamp.
$0.002/messageReturns the ISO 8601 week-numbering year, week number (1–53), and weekday (1=Monday…7=Sunday) for a given Gregorian calendar date.
$0.004/messageComputes the calendar breakdown (years, months, days, hours, minutes, seconds) and total seconds between two ISO 8601 dates or date-times, flagging negative results when end precedes start.
$0.002/messageConverts an ISO 8601 duration string (e.g. 'P1Y2M10D') into a readable English phrase with correct pluralization and descending component order.
$0.002/messageReturns the ordinal day of the year (1–366), total days in that year, and whether the year is a leap year for a given Gregorian date.
$0.004/messageParses an ISO 8601 duration string into its component parts and returns a normalized ISO string plus totalSeconds (null when years or months are present).
$0.002/messageConverts a Julian Day Number (JDN) to its proleptic-Gregorian calendar date, ISO weekday number (1=Monday..7=Sunday), and weekday name.
$0.004/messageAdds (or subtracts) an ISO 8601 duration to a start date or datetime, returning the resulting UTC instant with calendar-aware handling of month/year boundaries.
$0.002/messageConverts a proleptic-Gregorian calendar date (year, month, day) to its Julian Day Number (JDN), the integer count of days since JDN 0.
$0.004/messageAssembles a valid ISO 8601 duration string (e.g. P1Y2M10DT2H30M) from individual numeric components (years, months, weeks, days, hours, minutes, seconds) and an optional sign.
$0.002/message