2011-05-27 87 views

回答

3

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

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

为做好一切准备见this page

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

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

相关问题