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. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information