dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
jxdnsong
2020-10-24
64849616426445c70ed74b129fb392af8738c691
[map3d.git]
/
corelib
/
common
/
popup
/
js
/
end.js
1
2
3
4
5
6
7
8
9
10
11
12
13
$(function () {
laydate.render({
elem: '#timeend' //指定元素
,type: 'datetime'
});
laydate.render({
elem: '#inpend' //指定元素
,type: 'datetime'
});
laydate.render({
elem: '#inpend_zr' //指定元素
});
})