Answers for "format time to show only date php"

PHP
0

only date in php

date('Y:m:d', strtotime($date))
Posted by: Guest on July-03-2020
0

php code to display current date and time in different formats

echo date('Y.m.d H:i:s');
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language