2011-05-27 134 views

回答

3

月份可以使用格式$函數的日期中提取:

Print "Month is ";Format$(yourDateValue,"mm") 

爲做好一切準備見this page

2
  • 爲了得到每月一列使用格式爲理查德建議 MsgBox "Month name is " & Format$(yourDateValue, "mmm")

  • 要得到月份數使用DatePart
    ​​

相關問題