Help

Table Of Contents
FILEMAKER PRO HELP 687
Related topics
About functions
About formulas
Date
Purpose
Returns the calendar date for month, day, and year.
Format
Date(month;day;year)
Parameters
month - the month of the year (a one-digit or two-digit number; see note).
day - the day of the month (a one-digit or two-digit number; see note).
year - the year (four digits between 0001 and 4000. For example, 2014 but not 14).
Important The order of the parameters in the Date function is always Month, Day, Year, no matter
what operating system or FileMaker Pro date formats you are using.
This function Returns
Date The calendar date for the specified month, day, and year.
Day A number in the range 1 through 31, representing the day of the month for a
specified date.
DayName A text string that is the full name of the weekday for the specified date.
DayNameJ A text string that is the full name of the weekday for the specified date in
Japanese.
DayOfWeek A number representing the day of the week the specified date falls on.
DayOfYear A number equal to the number of days from the beginning of the year of the
specified date.
Month A number in the range 1 through 12, representing the number of the month of the
year in which the specified date occurs.
MonthName The name of the month for the specified date.
MonthNameJ The name of the month in Japanese for the specified date.
WeekOfYear The number of weeks after January 1 of the year of the specified date.
WeekOfYearFiscal A number between 1 and 53 representing the week containing a specified date,
figured according to the specified starting day.
Year A number representing the year in which the specified date occurs.
YearName The Japanese year name of the specified date, provided in the specified format.