MonthName()
Category: Date
Syntax: MonthName ( date )
Parameters:
date
—Any valid date (1/1/0001–12/31/4000). The parameter should be a string containing a date (for example, "3/17/2004"
), an expression with a date result (for example, Date (6, 29, 1969)
), or an integer that represents a serialized date value (for example, 718977
).
Data type returned: Text
Description:
Returns the month name of the specified date.
The MonthName()
is frequently used for display purposes in subsummary reports. Although you display the name of the month, be sure that you summarize based on the month number (obtained with the Month()
function). If you don’t, your report will be summarized alphabetically by month rather than chronologically by month.
Examples:
MonthNameJ() ...
Get FileMaker 8 Calculation Functions now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.