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