Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 33
Examples
DayName(Date(10;5;2010)) returns Tuesday.
DayName(ProjectDue) returns Tuesday when ProjectDue is 10/5/2010.
DayName(“10/5/2010”) returns Tuesday.
“Return your selection by ” & DayName(DueDate) displays the text Return your
selection by followed by the name of the day stored in DueDate.
Important To avoid errors when using dates, always use four-digit years.
Related topics
Contents
Functions reference (alphabetical list)
DayNameJ
Purpose
Returns a text string in Japanese that is the full name of the weekday for date.
Format
DayNameJ(date)
Parameters
date - any calendar date
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Examples
DayNameJ(Date(4;2;2008)) returns
Important To avoid errors when using dates, always use four-digit years.
Contents
Functions reference (alphabetical list)