Subject Re: [firebird-support] Extract weekday
Author Helen Borrie
At 03:49 PM 19/04/2005 +0200, you wrote:

>Hi,
>
>Acording to Helen's book extract weekdays returns values 0..6 (0 is Sunday).
>Could it be somewhere configured, that we get 1..7 (1 is Monday) ?
>Or maybe aditional approach ?

EXTRACT (WEEKDAY FROM myDate) +1

./hb