by thatsawan » 12/10/2020 6:16 pm
thatsawan wrote: ↑22/09/2020 8:17 pm
thatsawan wrote: ↑22/09/2020 8:13 pm
ถ้าต้องการหา เที่ยงคืน ของวันอื่นๆ จะทำยังไงคะ
รู้เเล้ว
Code: Select all
$date_notify_expire = strtotime(" 7 day");
$date_notify_expire = strtotime(date("d-m-Y",$date_notify_expire)."00:00:00");
echo date("d-m-Y H:i:s",$date_notify_expire);
วิธีนี้จะมีปัญหาหับ time zone
[quote=thatsawan post_id=198160 time=1600780639 user_id=19085]
[quote=thatsawan post_id=198159 time=1600780398 user_id=19085]
ถ้าต้องการหา เที่ยงคืน ของวันอื่นๆ จะทำยังไงคะ
[/quote]
รู้เเล้ว
[code] $date_notify_expire = strtotime(" 7 day");
$date_notify_expire = strtotime(date("d-m-Y",$date_notify_expire)."00:00:00");
echo date("d-m-Y H:i:s",$date_notify_expire);[/code]
[/quote]
วิธีนี้จะมีปัญหาหับ time zone