- <!doctype html>
 - <html lang="en">
 - <head>
 - <meta charset="utf-8">
 - <title>jQuery UI 日期选择器(Datepicker) - 默认功能</title>
 - <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
 - <script src="//code.jquery.com/jquery-1.9.1.js"></script>
 - <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
 - <link rel="stylesheet" href="http://jqueryui.com/resources/demos/style.css">
 - <!-引入jqueryUI的相关文件-->
 - <style>
 - #draggable {
 - width: 150px;
 - height: 150px;
 - padding: 0.5px;
 - border: 1px solid #F00
 - }
 - </style>
 - <script>
 - $(function() {
 - $("#datepicker").datepicker({
 - showOtherMonths: true,
 - selectOtherMonths: true,
 - showButtonPanel: true,
 - /*显示今天的日期的显示,以及关闭时间选择器*/
 - changeMonth: true,
 - /*显示选择其他月份*/
 - changeYear: true,
 - /*显示选择其他年份*/
 - dateFormat: "yy - mm - dd" /*设置日期的显示格式*/ ,
 - showWeek: true,/*显示一年中的第几周*/
 - firstDay: 1
 - })
 - });
 - </script>
 - </head>
 - <body>
 - <p>日期:
 - <input type="text" id="datepicker">
 - </p>
 - </body>
 - </html>
 
	更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。