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