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