Difference between MySQL Curdate() and Now()

Curdate()

returns the DATE part of the current time

Example:


Now()

returns the date and time portions as a timestamp in various formats

Example:

Post a Comment

0 Comments