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/1843" frameborder="0"></iframe>
Close
Add comment
Name
Comment
Validation
<?php
$slot
=
15
;
$times
=
array
(
)
;
for
(
$i
=
0
;
$i
<=
23
;
$i
++
)
{
$times
[
$i
]
=
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
(
$times
)
;
© 2011 Code Tidy
Terms and conditions