New
Fork
Embed
View raw
Report
asdasdasdasd - 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/1841" frameborder="0"></iframe>
Close
Add comment
Name
Comment
Validation
$slot_time_inc
=
15
;
$start_time
=
420
;
$arr
=
array
(
)
;
// Populate operating time array
for
(
$i
=
$start_time
;
$i
<=
1440
;
$i
+=
$slot_time_inc
)
{
$hours
=
floor
(
(
$i
/
60
)
)
;
$minutes
=
(
(
$i
/
60
)
-
$hours
)
*
60
;
$arr
[
]
=
array
(
"
$i
"
=>
strftime
(
"%R %p"
,
"
$hours
.
$minutes
"
)
)
;
}
© 2011 Code Tidy
Terms and conditions