![]() ![]() |
Reference Type: Supported, Category: Date Functions, ICR#: 10103
The $$DOW^XLFDT extrinsic function returns the corresponding day of the week from a date in VA FileMan format.
$$DOW^XLFDT(x[,y])
x: |
(required) VA FileMan date. |
y: |
(optional) 1 to return a day-of-week number. |
returns: |
Returns the day of the week. |
>S X=$$DOW^XLFDT(2901231.111523) >W X Monday |
>S X=$$DOW^XLFDT(2901231.111523,1) >W X 1 |