問題我正在用 PHP 編寫一個系統(tǒng),用于顯示全天在游戲中托管的事件,但是我遇到了一個問題,它顯示所有事件的完成,而不僅僅是根據(jù)時間完成的事件。我嘗試過的我嘗試使用 time() 來跟蹤時間。代碼示例:$gendate = new DateTime();$gendate->setISODate("2020",$week,$day); //year , week num , day$timestamp = $gendate->format('d-m-Y');$timestamp .=$fullhour;$timestamp = strtotime($timestamp);$dayno = $day;$today_hour = ('H');<? if( $timestamp < time() ) { ?><div class="right" style="margin: 16px 16px 0px 0px; margin-top: 22px;"><h10><div style="background-image: url(http://habboemotion.com/resources/images/icons/button_3.gif); background-repeat: no-repeat; height: 200px; width: 300px; float: right; margin-right: -200px;"><p style="margin-top: 5px; margin-bottom: -20px; margin-left: 15px;">Completed</p></div></h10></div><? } ?>問題我將如何告訴它跟蹤過去的時間和日期,以便它在已完成的事件下顯示已完成?
- 1 回答
- 0 關(guān)注
- 119 瀏覽
添加回答
舉報
0/150
提交
取消