<!DOCTYPE html>
<html>
<body>
<?php
echo "DATE " . date("d/m/y") . "<hr>";
date_default_timezone_set("Asia/Kolkata");
echo "TIME " . date("h:i:s A") . "<hr>"
?>
</body>
</html>
Technology is the best invention.
<!DOCTYPE html>
<html>
<body>
<?php
echo "DATE " . date("d/m/y") . "<hr>";
date_default_timezone_set("Asia/Kolkata");
echo "TIME " . date("h:i:s A") . "<hr>"
?>
</body>
</html>
Helpful information