php
mysql date-formatting backend-development datetime database-interaction date-string datetime-string
Published on January 26, 2024By DeveloperBreeze
// Returns the current date in "YYYY-MM-DD" format
date('Y-m-d');
// Returns the current date and time in "YYYY-MM-DD HH:MM:SS" format
date('Y-m-d H:i:s');
Comments
Please log in to leave a comment.