Code Tidy - Pastebin

New     Fork     Embed     View raw     Report
timmytime - 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/1843" frameborder="0"></iframe>

Add comment

Captcha
  1. <?php?
  2. $slot = 15;?
  3. $times = array();?
  4.  ?
  5. for($i = 0; $i <= 23; $i++) {?
  6.     $times[$i] =array(?
  7.                         strftime("%I:%M %p", mktime($i, 0)),?
  8.                         strftime("%I:%M %p", mktime($i, 15)),?
  9.                         strftime("%I:%M %p", mktime($i, 30)),?
  10.                         strftime("%I:%M %p", mktime($i, 45)),?
  11.                     );?
  12. }?
  13.  ?
  14. print_r($times);?
© 2011 Code Tidy  Terms and conditions