Temporal API Power
Built on top of the TC39 Stage 4 Temporal API (ES2026) with automatic native-to-polyfill fallback. No extra setup required.
An immutable, chainable wrapper around the Temporal API for easier and safer date-time manipulation.
| Plugin | Description |
|---|---|
| relativeTime | .fromNow() and .toNow() support |
| customParseFormat | Parse complex date strings with custom format tokens |
| advancedFormat | Ordinal day/quarter suffixes (Do, Qo), timezone name tokens (zzz, zzzz) |
| weekDay | Configurable week start, enhanced weekday handling |
| durationHumanizer | Convert durations to human-readable, localized strings |
| dateRangeOverlap | Detect intersections between date ranges with boundary options |
| businessDays | Working day calculations with holiday and weekend support |
| timeSlots | Find free time slots in a busy schedule |