Answers for "php get current timestamp in mysql format"

PHP
2

php mysql timestamp format

date("Y-m-d H:i:s", strtotime($_POST['timestamp']));
Posted by: Guest on March-01-2020
1

php get current datetime mysql format

date('Y-m-d H:i:s');
Posted by: Guest on April-22-2020

Code answers related to "php get current timestamp in mysql format"

Browse Popular Code Answers by Language