This website works better with JavaScript
Home
Explore
Help
Register
Sign In
weiyong
/
201906G206-1
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bbd14fdc21
Branches
Tags
master
201906G206-1
/
WebRoot
/
jquery
/
calendar.js
calendar.js
94 B
History
Raw
1
2
3
$(document).ready(function(){
$('.dateClassStyle').datepick({dateFormat: 'yy-mm-dd'});
});