Wednesday, 3 September 2014

Time show in header footer of Site

Display Time Header /footer any part of web site :
-------------------------------------------------------------------
paste this code with matched bgcolor and show time everypage of template / site
           
<?php    date_default_timezone_set("Asia/Kolkata");
echo date('h:i A'); ?>

No comments:

Post a Comment

Cross browser testing - automation framework-cypress,playwrite; CloudBorwser -saucelabs browserstack

 Evaluating cross-browser testing for a React application involves  assessing both  functional consistency  (JavaScript/API behavior) and  v...