Use time and date function in php with indian timezone <?php if(function_exists('date_default_timezone_set')) { date_default_timezone_set("Asia/Kolkata"); } // then use the date functions, not the other way around $date = date("d/m/Y"); $date1 = date("H:i a"); echo $date . '<br/>'; echo $date1; ?>
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.