<html>
<head>
<title>javascript计算时间差</title>
<style type="text/css">
#thenceThen
{
font-size:2em;
}
</style>
<script type="text/javascript">
function thenceThen()
{
var theTime="2014/5/4"
var endTime=new Date(theTime);
var totalSecs=(endTime-new Date())/1000;
var days=Math.floor(totalSecs/3600/24);
var hours=Math.floor((totalSecs-days*24*3600)/3600);
var mins=Math.floor((totalSecs-days*24*3600-hours*3600)/60);
var secs=Math.floor((totalSecs-days*24*3600-hours*3600-mins*60));
if(days!=0)
{
document.getElementById("thenceThen").innerHTML=days+"天"+hours+"小时"+mins+"分钟"+secs+"秒";
}
else if(hours==0&&mins==0)
{
document.getElementById("thenceThen").innerHTML=secs+"秒";
}
else if(hours==0&&mins!= 0)
{
document.getElementById("thenceThen").innerHTML=mins+"分钟"+secs+"秒";
}
else if (hours!=0)
{
document.getElementById("thenceThen").innerHTML=hours+"小时"+mins+"分钟"+secs+"秒";
}
}
var clock;
window.onload=function()
{
clock=setInterval("thenceThen()",500);
}
</script>
</head>
<body>
<div id="thenceThen"></div>
</body>
</html>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有