Account
Categories

MySQL NOW()


NOW()
It returns the current date and time from the system as the output.

Syntax:

NOW()

Example:

SELECT NOW() AS CurrentDateTime;


    

Output:

 
2025-04-17 14:35:00