2012-08-24 76 views

回答

0

看的代碼在你的小提琴此行:

SVG.Weekpicker._dates = 
    SVG.Weekpicker.GetWeek(new Date(_currentDate.getFullYear(), 
            _currentDate.getMonth(), 
            _currentDate.getDate())); 

你必須改變_currentDate.getDate()到是要突出周的星期一月的一天。

This example Fiddle突出顯示從8月27日星期一開始的一週。

相關問題