Subject | Re: [ib-support] Weeknumber |
---|---|
Author | Markus Ostenried |
Post date | 2001-11-11T12:54:17Z |
Jörg,
look up Extract in the Docu.
iDoW = EXTRACT (WEEKDAY FROM ADate);
I think, iDoW = 1 stands means "Monday".
HTH,
Markus
At 13:50 11.11.2001 +0100, you wrote:
look up Extract in the Docu.
iDoW = EXTRACT (WEEKDAY FROM ADate);
I think, iDoW = 1 stands means "Monday".
HTH,
Markus
At 13:50 11.11.2001 +0100, you wrote:
>Hi,
>
>I've a field which contains a date.
>
>Is there a simple way to find out the weeknumber?
>
>TIA,
>Jörg