Jump to content

Convert seconds to compound duration: Difference between revisions

m
→‎version 2: elided a blank line from the source.
m (→‎version 2: elided a blank line from the source.)
Line 1,567:
return
/*──────────────────────────────────────────────────────────────────────────────────────*/
timeU: parse arg u,$; _=x%u; if _==0 then return ''; x=x-_*u; return _ $","</lang>
</lang>
'''output''' &nbsp; when using the default (internal) inputs:
<pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.