Question


sandeep katrodiya

How to Get Current Datetime (NOW) in PHP ?

Date = 2015-03-22

Comments by experts


Rajesh Kakadiya
2015-03-22

date_default_timezone_set("Asia/Kolkata"); 

$date=date('d-m-Y H:i:s');  // you can change date in your format also it show current date and time


Type your Comment below and click to send comment