Ben dışarı yazdırmak istediğiniz zamanlarda bir dizi var. Ben geçti Zamanlar sağlar 12:00 saati 'silik' olmak demek istiyorum.
$ TheTime = '12: 00 ';
if($theTime >= $time[$i]) {....}
02:30
03:50
03:20
04:50
05:45
19:45
20:00
20:50
20:55
21:25
21:30
22:00
22:45
23:55
00:50
00:55
Im doing a simple compare 12:00 a clock to each value. The problem occurs when you change the time to after midnight for example 00:15. How can I calculate and print the list in order, when time has passed midnight?