js不熟的说

解决方案 »

  1.   

    http://www.my97.net/dp/index.asp设置一下参数 估计有
      

  2.   

    http://blog.csdn.net/lcg22it/archive/2007/07/26/1708404.aspx
      

  3.   

    有啊。不过是jQuery做的。在阿里西西网站上有。你可以去找下
      

  4.   

    http://www.hlgnet.com/calendar/calendar.php
      

  5.   


    <meta charset="UTF-8" />







    <script type="text/javascript">
    $(function() {
    $('#datepicker').datepicker({
    numberOfMonths: 3,
    showButtonPanel: true
    });
    });
    </script><div class="demo"><p>Date: <input type="text" id="datepicker"></p></div><!-- End demo --><div class="demo-description"><p>Set the <code>numberOfMonths</code> option to an integer of 2 or more to show multiple months in a single datepicker.</p></div><!-- End demo-description -->
      

  6.   

    官方demo有示例的啊,numberOfMonths改成12应该就好了
      

  7.   

    一般每次都是现实一个月的,如果楼主想全部显示出来也可以,只要把源码中那些隐藏的都显示出来就可以了http://www.cnblogs.com/yank/archive/2008/08/14/1267746.html