Skip to main content
Version: Latest-3.2

to_days

Description

Returns the number of days between a date and 0000-01-01.

The date parameter must be of the DATE or DATETIME type.

Syntax

INT TO_DAYS(DATETIME date)

Examples

MySQL > select to_days('2007-10-07');
+-----------------------+
| to_days('2007-10-07') |
+-----------------------+
| 733321 |
+-----------------------+

keyword

TO_DAYS,TO,DAYS