PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $starttime = strtotime("{$this->date} 12:00:00 am America/Vancouver"); $endtime = strtotime("{$this->date} 11:59:59 pm America/Vancouver"); echo $starttime . " to " . $endtime;
Show:  
Copy Clear