<html lang="zh">
<head>
<meta charset="UTF-8">
<title>蝴蝶教程(jc2182.com)</title>
</head>
<body>
<form action="/jc_script/urlencode.php">
开始时间:
<input type="date" name="starttime" min="1999-01-01">
结束时间:
<input type="date" name="endtime" max="2028-12-31">
<input type="submit" value="提交">
</form>
<p><b>提示:</b> type="date" IE11或更早的版本不支持,Safari不支持。</p>
</body>
</html>