1 Star 0 Fork 0

YuxuanOldProject / YxDate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sir丶雨轩 提交于 2019-06-06 11:11 . no commit message
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="./YxDate.css">
</head>
<body>
<input type="text" id="date1">
<script src="./src/YxDate.js"></script>
<script>
var date = new YxDate({
elem: '#date1',
event: 'click',
language:{
'weeks': ['', '', '', '', '', '', '']
},
dayChoose(time) {
console.log('时间选择回调,当前选择时间:' + time);
return time + ' 00:00:00';
}
});
</script>
</body>
</html>
JavaScript
1
https://gitee.com/yuxuan-old-project/YxDate.git
git@gitee.com:yuxuan-old-project/YxDate.git
yuxuan-old-project
YxDate
YxDate
master

搜索帮助