libtime-duration-perl

module for rounded or exact English expression of durations

Description

Time::Duration provides functions for expressing time spans in rounded or exact terms. So while

   say duration_exact(86399);

will correctly give "23 hours, 59 minutes, and 59 seconds",

   say ago(86399);

will output the rounded time span as "1 day ago".

The provided functions are duration(), ago(), from_now(), later() and earlier(), along with their *_exact counterparts. The precision used for rounding can be specified, and version 1.10 added a millisecond mode.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Time-Duration


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libtime-duration-perl