Answers for "format string to timestamp php"

PHP
2

php datetime to timestamp

$time = '2021-03-31 23:59:00';
strtotime($time);
Posted by: Guest on March-22-2021
0

php timestamp format

date("d.m.Y", strtotime($mysqltimestamp)
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language