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/1842" frameborder="0"></iframe>

Add comment

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