|
![](/images/resource/spacer.gif) |
|
รบรวนผู้รู้ครับ ลบวันเวลาและนำมาเทียบกับ วันเดือนปีชั่วโมงนาทีปัจจุบัน |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
Code (PHP)
<?php
function HIS2Second( $str_time){
sscanf($str_time, "%d:%d:%d", $hours, $minutes, $seconds);
return ($hours * 3600) + ($minutes * 60) + (isset($seconds)? $seconds : 0);
}
$a_date="2015-07-25 "; //วันที่บันทึก
$a_time="10:00"; //เวลาบันทึก
//$b_date=date("Y-m-d H:i"; //เวลาปัจจุบัน
$c_time="02:30"; //เวลาที่ต้องการลบ
$target = strtotime( $a_date . ' ' . $a_time) - HIS2Second($c_time);
echo date('Y-m-d H:i:s', $target), time()<$target ? ' Target is future time' : 'target is past time';
?>
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-07-25 21:08:07 |
By :
NewbiePHP |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 03
|