|
|
|
PHP บวก ลบ วัน เวลา ออกมาเป็น นาที ช่วยแนะนำด้วยครับ |
|
|
|
|
|
|
|
Code (PHP)
function time_diff($time1, $time2) {
return (strtotime($time1) - strtotime($time2)) / 60;
}
echo time_diff('2016-06-24 08:49', '2016-06-24 08:47');
|
|
|
|
|
Date :
2016-08-24 08:50:37 |
By :
fossil31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|