Answers for "how to fetch the current date in php"

PHP
2

php current date get

date_default_timezone_set('Asia/Kolkata'); 
echo date("Y-m-d H:i:s"); // time in India
Posted by: Guest on February-26-2021

Code answers related to "how to fetch the current date in php"

Browse Popular Code Answers by Language