New
Fork
Embed
View raw
Report
timmytime - php
Close
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>
Close
Add comment
Name
Comment
Validation
$slot
=
15
;
$time
=
array
(
)
;
for
(
$i
=
0
;
$i
<=
23
;
$i
++
)
{
array_push
(
$time
,
array
(
strftime
(
"%I:%m %p"
,
mktime
(
$i
,
0
)
)
,
strftime
(
"%I:%m %p"
,
mktime
(
$i
,
15
)
)
,
strftime
(
"%I:%m %p"
,
mktime
(
$i
,
30
)
)
,
strftime
(
"%I:%m %p"
,
mktime
(
$i
,
45
)
)
,
)
)
;
}
print_r
(
$time
)
;
© 2011 Code Tidy
Terms and conditions