Kiến thức là vô biên, vì vậy hãy chia sẻ nó. Trên đây là một số công cụ và source mình sưu tầm được. Mong là nó sẽ hữu ích đối với bạn !
Code Google
Thứ Sáu, 8 tháng 8, 2014
convert_time($time) mysql_format to timestamp
Convert_time($time) mysql_format to timestamp
function convert_time($time){
if(!$time) return false;
$array1=explode(" ",$time);
$array2["date"]=explode("-",$array1[0]);
$array2["time"]=explode(":",$array1[1]);
$int_time=mktime($array2["time"][0],$array2["time"][1],$array2["time"][2],$array2["date"][1],$array2["date"][2],$array2["date"][0]);
if($int_time)
return $int_time;
else
return false;
}
Đăng ký:
Đăng Nhận xét (Atom)
Không có nhận xét nào:
Đăng nhận xét