Month 函數返回一個數字1到12之間,表示指定日期的月份。
Month(date)
添加一個按鈕,並添加以下功能
Private Sub Constant_demo_Click() msgbox(Month("2013-06-30")) End Sub
當執行函數輸出如下所示:
6