2012-11-23 36 views
0

我在使Mobiscroll識別日期的年份部分時遇到了問題。見下圖:Mobiscroll with JQuery Mobile:年份未被識別

Mobiscroll year

JS

$('.datepicker').scroller({ 
      preset: 'date', 
      theme: 'jqm', 
      display: 'bottom', 
      mode: 'scroller', 
      dateOrder: 'yyyy-mm-dd', 
      dateFormat: 'yyyy-mm-dd' 
     }); 

這是一個錯誤?我該如何讓Mobiscroll識別特定年份?

回答