Firebird Documentation Index → Firebird 2.0 Language Ref. Update → External functions (UDFs) → dow |
Library: fbudf
Added in: 1.0 (Win), 1.5 (Linux)
Description: Returns the day of the week from a timestamp argument. The returned name may be localized.
Result type: VARCHAR(15)
Syntax:
dow (atimestamp
)
Declaration:
DECLARE EXTERNAL FUNCTION dow TIMESTAMP, VARCHAR(15) RETURNS PARAMETER 2 ENTRY_POINT 'DOW' MODULE_NAME 'fbudf'
See also: sdow
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → External functions (UDFs) → dow |