What is the different between NOW() and CURRENT_DATE()?

NOW() command is used to show current year,month,date with hours,minutes and seconds.

CURRENT_DATE() shows current year,month and date only.