QUE CORPORATION - Using Filemaker pro X

 <  Day Day Up  >  

DayName()

Category: Date

Syntax: DayName ( Date )

Parameters: Date ”Any valid date (1/1/0001 “12/31/4000), expression that returns a date, or field that contains a date. The parameter can also be the numeric representation of a date (1 “1460970).

Description: Returns a text string containing the name of a weekday for any valid date (1/1/0001 “12/31/4000).

Examples:

DayName ( "11/24/2003" )

Returns Monday .

DayName ( dateField )

Returns the day of week for the date stored in the field dateField .

DayName ( Get ( CurrentDate ) - 30 )

Returns the day name for the date 30 days prior to today.

 <  Day Day Up  >  

Категории