Subject Re: [IBO] DayOfWeek function?
Author Scott Taylor
Eric Tishler said:
> Does IB Objects (or SQL in general) have a way to select records from a
> specific day of the week based on a DateTime field?

EXTRACT(WEEKDAY FROM myDate) will return 0-6 from Firebird SQL works with
both TimeStamp and Date type fields

--
Scott