This plugin is for easily generating durations from a time. This is useful for structured data like JSON Schema.
Download and copy this repository to /site/plugins/kirby3-duration
.
composer require hashandsalt/kirby3-duration
This plugin is free but if you use it in a commercial project please consider to
To turn 2 hours, 30 minutes, and 47 seconds into PT2H30M47S
.
$page->duration('02:30:47')