@nhtio/adk/batteries/tools/datetime_math
Pre-constructed tools for ISO datetime arithmetic, differences, and timezone-aware formatting.
Remarks
Pre-constructed bundled tools for the datetime_math category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.
Variables
| Variable | Description |
|---|---|
| dateAddTool | Add or subtract a duration from a date/time. |
| dateDiffTool | Calculate the difference between two dates/times in a chosen unit. |
| durationFormatTool | Convert total seconds into a human-readable duration string. |