Difference between revisions of "User:Kebap/Manual:shms"

From Mudlet
Jump to navigation Jump to search
(Created page with ";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...")
(No difference)

Revision as of 16:34, 29 May 2018

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)