目录

MS Access MonthName() 函数

示例

根据数字返回月份名称:

SELECT MonthName(3);

定义和用法

MonthName() 函数根据数字返回月份名称。

语法

MonthName( number, abbreviate)

参数值

Parameter Description
number Required. A value from 1 to 12, that represent the month
abbreviate Optional. A Boolean value. True = the month name should be abbreviated. False = the month name should not be abbreviated. False is default

技术细节

工作于: 从 Access 2000

更多示例

示例

根据数字返回月份的缩写名称:

SELECT WeekdayName(3, true);