DayNameJ()
Category: Date
Syntax: DayNameJ ( date ) |
Parameters:
DateAny calendar date.
Data type returned: text (Japanese)
Description:
Returns a text string in Japanese that is the full name of the weekday for date.
To avoid errors when using dates, always use four-digit years. FileMaker will not infer or prepend a century on two-digit dates. (1/10/05 = January 10, 0005.)
Examples:
Function |
Results |
---|---|
DayNameJ ( Date ( 11; 1; 2005 ) ) |
Returns Kaiyobi in whatever font/display preference a user's system supports. |