Psyduck - 可達鴨 之 鴨力山大 v0.1

Current Path : home/irplbiz/public_html/g-sheet/
Upload File :
Current File : /home/irplbiz/public_html/g-sheet/time.php

<?php 
date_default_timezone_set("Asia/Kolkata");
$today = date("d-m-Y");
echo "Current date and time is ".$today;

?>