User:Kebap/Manual:shms

From Mudlet
< User:Kebap
Revision as of 19:21, 5 June 2018 by Kebap (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

shms

shms( seconds, bool )
Converts seconds into hours, minutes and seconds, displaying the result as a table. An optional second argument can be passed to return the result as an echo.

Note Note: Available in Mudlet 3.0.

Example
--Determine the total number of seconds and display:
shms(65535, true)