Topic
Syntax:FROM_DAYS(N)Given a day number N, returns a DATE value.
Example
mysql> SELECT FROM_DAYS(730669); -> '2000-07-03'