ดึงวันที่จาก DB sql server แล้ว error.Warning: strtotime() expects parameter 1 to be string
ได้ลอง echo $BargeETA ออกมาหรือยังครับ โค๊ดตรงส่วนนี้ ไม่น่าจะผิด
คิดว่าผิดจากการคิวรี่ มากว่า ทำให้ ตัวแปรเป็น null ไม่ใช่ string
Date :
2016-08-05 05:52:35
By :
Chaidhanan
ลอง Echo ค่า $BETA ดูแล้วครับ Error 2 บรรทัดนี้ครับ
Warning: strtotime() expects parameter 1 to be string, object given in .....
Catchable fatal error: Object of class DateTime could not be converted to string in .......
Date :
2016-08-05 10:23:58
By :
tum015
ดึงออกจาก database มางานแบบนี้จะง่ายกว่าครับ
DATE_FORMAT(BargeETA,'%Y-%m-%d') AS BargeETA_Date;
DATE_FORMAT(BargeETA,'%H:%i:%s') AS BargeETA_Time;
ตรงนี้ต้องแก้เป็นแบบนี้ครับ
$ETA = date('Y-m-d').' '.$middle;
ประวัติการแก้ไข 2016-08-05 10:46:47 2016-08-05 10:52:00
Date :
2016-08-05 10:46:23
By :
thesin18598
อ้อ $BargeETA เป็น DateTime Object ครับ
ใช้ function ของ object ได้เลยครับ
Code (PHP)
echo $BargetETA->format('Y-m-d H:i:s')
Date :
2016-08-05 14:47:24
By :
Chaidhanan
Load balance : Server 00