EmulateIE7″ />
<meta http-equiv=”content-language” content=”zh-cn” />
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″ />
<meta http-equiv=”keywords” content=”date()函数” />
<meta http-equiv=”description” content=”date()函数” />
<meta http-equiv=”author” content=”hills” />
<title>date()函数</title>
<link href=”css/default.css” rel=”stylesheet” media=”all” type=”text/css” />
</head>
<body>
<div>
<div>
<ul>
<li><?php echo “时区:”.$utc;?></li>
<li><?php echo “当前时间(+8):”.$dateshow;?></li>
<li><?php echo (”是否闰年:”); rn();?></li>
<li><?php echo “星期:”.$weeks;?></li>
<li><?php echo “今天是全年中第:”.$year.”周”;?></li>
<li><?php echo “今天是今年的第”.$dayyear.”天”;?></li>
<li><?php echo “本月一共有”.$weeksmemberic.”天”;?></li>
</ul>
</div>
</div>
</body>
</html>