Time
The Time registry provides tools to manage and manipulate dates, times, and time-related calculations, making it easy to handle time-based data in your projects.
date
{{ "2023-05-04T15:04:05Z" | date "Jan 2, 2006" }} // Output: "May 4, 2023"dateInZone
{{ dateInZone "Jan 2, 2006", "2023-05-04T15:04:05Z", "UTC" }} // Output: "May 4, 2023"duration
{{ 3661 | duration }} // Output: "1h1m1s"dateAgo
now
unixEpoch
dateModify / mustDateModify
durationRound
htmlDate
htmlDateInZone
Last updated