2016-02-05 45 views

回答

2

你必須總是加起來一個月內,在使用日曆

在這裏,你的情況:啓動新的日期( '2016', '01', '07',00,30)

考慮一下你個月0

var month = new Array(); 

month[0] = "January"; 

month[1] = "February"; 

.... 

month[11] = "December"; 

你可以參考這個簡單的如開始:http://www.w3schools.com/jsref/jsref_getmonth.asp

相關問題