webdev.ramyash@gmail.com

Web Development: Current date and time in php.


Current date and time in php

Current date and time in php.

<?php

date_default_timezone_set("Asia/Kolkata");

echo date('l jS F Y h:i:s A');



?>

No comments:

Post a Comment