SyntaxFix
Write A Post
Hire A Developer
Questions
CURDATE() will give current date while NOW() will give full date time.
CURDATE()
NOW()
Run the queries, and you will find out whats the difference between them.
SELECT NOW(); -- You will get 2010-12-09 17:10:18 SELECT CURDATE(); -- You will get 2010-12-09