Sec2days() Converts a given number of seconds to days Syntax: Sec2days ( nSeconds ) -> nDays nSeconds : The number of seconds to convert Description: Returns the specified number of seconds in days. Return: The number of days. Example: ? Sec2Days ( 90000 ) // 1