-1
The date returned part should be null until i updated itPHP日期總是被返回爲1970年01月01日,而不是空
<td width="50" align="center"><?php echo $returneddate; ?></td>
我改變了日期的strtotime但它執行到01-01-1970每次。它應該是空的,直到我更新日期。我搜索了很多解決方案,但無法獲得一個東西。
預先感謝您。
先簡單檢查,然後選擇顯示方法。 –
你需要檢查空值-http://stackoverflow.com/questions/42196003/how-to-select-null-if-there-are-no-data-and-display-the-data-if-it -exist/42196052#42196052 –
分享你的代碼? – C2486