Answers for "how to get current date with format in mysql"

SQL
2

mysql now format

SELECT DATE_FORMAT(NOW(),'%Y-%m-%d %H-%i-%s')
Posted by: Guest on March-06-2020
6

get date from now() mysql

You can use CURDATE()
Posted by: Guest on February-15-2021

Code answers related to "how to get current date with format in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language