MySQL Date/Time to_day() FunctionThe to_days() is a MySQL date/time function. It is used to convert the date into numeric number of days. SyntaxParameter:Date : date to be converted into number of days. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL datetime
|