jQuery日期选择器只显示几个月

时间:2014-02-10 06:57:15

标签: jquery

我在项目中使用jQuery Datepicker。因为我有要求,我必须显示所有月份,类似于我们通常显示的日期。

我在网上搜索,但是我发现只有几个月才能在日期选择器中输入。但那不符合我的要求。是否有人使用datepicker来显示唯一的月份和年份。

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8"![enter image description here][2]>
  <title>jQuery UI Datepicker - Default functionality</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="/resources/demos/style.css">
  <script>
  $(function() {
    $( "#datepicker" ).datepicker();
  });
  </script>
</head>
<body>

<p>Date: <input type="text" id="datepicker"></p>


</body>
</html>

有些事情是这样的 enter image description here

1 个答案:

答案 0 :(得分:2)

您可以通过jquery month picker插件使用它,请点击此链接Month link