MySQL From_days() FunctionThe from_days() is a MySQL date/time function. It is used to get the date of the given number of days. SyntaxParameter:Numeric: value to convert in date. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL date/time
|