Home » MySQL From_days() Function

MySQL From_days() Function

by Online Tutorials Library

MySQL From_days() Function

The from_days() is a MySQL date/time function. It is used to get the date of the given number of days.

Syntax

Parameter:

Numeric: value to convert in date.

Example 1

Output:

MySQL From_days() Function

Example 2

Output:

MySQL From_days() Function

Next TopicMySQL date/time

You may also like