2013-08-06 38 views
0

我使用下面的代碼爲我的形式生日字段日期選擇器,日期選擇控件沒有顯示今年向下排序

<script> 
       $(function() { 
        $("#newsletter_birthday").datepicker({ 
         changeMonth: true, 
         changeYear: true, 
         yearRange: "1940:2013" 
        });      
       }); 
      </script> 

目前其工作,但正顯示出我想讓它顯示按升序年降序,任何想法我們如何做到這一點?

+0

http://stackoverflow.com/questions/1594894/jquery-ui-datepicker-reverse-the-order-of-the-year-in-the-dropdowns –

+0

你嘗試倒車日期範圍爲「2013:1940」? –

+0

http://forum.jquery.com/topic/datepicker-revere-year-range-order –

回答