Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - dtoss(<n days>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DTOSS(<N days>)
 Converts days to seconds.
 Returns <expN> number of seconds that equal number of <days>.

 Useful in applications that handle time by days.

 m_days = 6.8
 days_spent = INT(m_days)
 time_spent = TIMESTR( DTOSS(m_days) )

 * Total time is days_spent plus time_spent
 * days_spent contains 6
 * time_spent contains "19:12:00"


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: SSTOD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson