Home > php教程 > php手册 > 2014过年倒计时示例

2014过年倒计时示例

WBOY
Release: 2016-06-06 20:25:10
Original
1812 people have browsed it

这篇文章主要介绍了2014过年倒计时示例,需要的朋友可以参考下

2014马上过年倒计时小程序

复制代码 代码如下:


$zero1=strtotime (date(“y-m-d h:i:s”)); //当前时间
$zero2=strtotime (“2014-1-31 24:00:00′);  //过年时间
$guonian=ceil(($zero2-$zero1)/86400); //60s*60min*24h
echo “离过年还有$guonian天!”;
?>

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template