Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 42
“Payment for: ” & MonthName(Date(Month(Payment) +
1;Day(Payment);Year(Payment)))
returns Payment for: followed by the name of the month
that is one past the month of the last payment.
Important To avoid errors when using dates, always use four-digit years. For more information
about how FileMaker Pro handles two-digit dates, see Conversion of dates with two-digit years.
Related topics
Contents
Functions reference (alphabetical list)
MonthNameJ
Purpose
Returns the name of the month of date in Japanese.
Format
MonthNameJ(date)
Parameters
date - any calendar date
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Examples
MonthNameJ(“6/6/2014”) returns
Important To avoid errors when using dates, always use four-digit years. For more information
about how FileMaker Pro handles two-digit dates, see Converison of dates with two-digit years.
Related topics
Contents
Functions reference (alphabetical list)
WeekOfYear
Purpose
Returns the number of weeks after January 1 of the year of date.