getmonth()

从日期/时间获取月份号。

另一个别名:monthofyear()

语法

getmonth(date)

参数

名称 Type 需要 描述
date datetime 用来获取月份的日期。

返回

一个介于 1-12 之间的整数,表示包含给定日期的月份。

示例

print month = getmonth(datetime(2015-10-12))
月份
10