printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
587 stars 50 forks source link

Convert duration to H-M-S format #258

Open cyqsimon opened 5 months ago

cyqsimon commented 5 months ago

Is there a convenient way to convert a duration to H-M-S format? For example, I would like to write something like this:

fend 1.862 hours to hms

... and get something like this:

1 hour 51 minutes 43.2 seconds


Does this feature exist? If so, how do you use it? If not, please see this as a feature request.

Love and much thanks for making this great tool!

printfn commented 5 months ago

Hi, this feature does not currently exist. Thanks for the feature request though!