Code Tidy - Pastebin

New     Fork     Embed     View raw     Report
asdasdasdasd - php

Embed

You can embed this paste into a blog or website with this code:

<iframe class="codetidy" type="text/html" width="100%" src="http://codetidy.com/paste/embed/1841" frameborder="0"></iframe>

Add comment

Captcha
  1. $slot_time_inc = 15;?
  2.         $start_time = 420;?
  3.         $arr = array();?
  4.         ?
  5.         // Populate operating time array?
  6.         for($i = $start_time; $i <= 1440; $i += $slot_time_inc)?
  7.         {?
  8.   ?
  9.            $hours = floor(($i/60));?
  10.            $minutes = (($i/60) - $hours) * 60;?
  11.               ?
  12.            $arr[] = array("$i"=>strftime("%R %p", "$hours.$minutes"));        ?
  13.          ?
  14.         }?
© 2011 Code Tidy  Terms and conditions