Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

dur return $iif($1>0,$c($calc($1 /604800),wk) $c($calc(($1% 604800)/86400),day)

$c($calc(($1% 86400)/3600),hr) $c($calc(($1% 3600)/60),min) $c($calc($1% 60),sec


),0secs)
c return $iif($1 >= 1,$int($1) $+ $2 $+ $iif($1 >= 2,s))

You might also like