to_days

Description

Syntax

INT TO DAYS

Days of returning date distance 0000-01-01

The parameter is Date or Datetime type

example

  1. mysql> select to_days('2007-10-07');
  2. +-----------------------+
  3. | to_days('2007-10-07') |
  4. +-----------------------+
  5. | 733321 |
  6. +-----------------------+

keyword

TO_DAYS,TO,DAYS