MySQL Date/Time sec_to_time() FunctionThe sec_to_time() is a MySQL date/time function. It is used to convert the given second into time. SyntaxParameter:Second : second value to get time. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL datetime
|