Saturday, July 7, 2012

MySQL get date tomorrow

MySQL function to get tomorrow's date:

DATE_ADD(CURRENT_DATE(), INTERVAL 1 DAY)

No comments: