You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
506 B

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<script type="text/javascript" src="laydate.js"></script>
</head>
<body>
<input type="text" placeholder="请选择日期" id="date_range">
<script>
laydate.render({
elem: '#date_range',
range: true
});
</script>
</body>
</html>