MySQL now() +1 day

Add One Day of current Date.

Example:
SELECT NOW() + INTERVAL 1 DAY;

Post a Comment

0 Comments