Answers for "convert to mysql date format php date"

PHP
0

php date from mysql and date

$phpdate = strtotime( $mysqldate );
$mysqldate = date( 'Y-m-d H:i:s', $phpdate );
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language