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