On this pageNOWReturns the current date and time.SyntaxNOW()CopyReturn TypeDatetime object, returns date and time in “YYYY-MM-DD HH:MM:DD” format.Examplesmysql> select NOW();+---------------------+| NOW() |+---------------------+| 2021-09-03 01:26:07 |+---------------------+Copy