Re: [GENERAL] number of weeks

2000-07-04 Thread Robert B. Easter
On Mon, 03 Jul 2000, [EMAIL PROTECTED] wrote: > is there a function that returns the number of weeks since the begining > of the year or the number of days -- Week number of the year to_char(CURRENT_TIMESTAMP, 'WW'); -- Day number of the year to_char(CURRENT_TIMESTAMP, 'DDD'); See the documentat

Re: [GENERAL] number of weeks

2000-07-04 Thread Karel Zak
On Tue, 4 Jul 2000 [EMAIL PROTECTED] wrote: > is there a function that returns the number of weeks since the begining > of the year or the number of days > date_part() or to_char() BTW. --- what is bad on postgresql docs? Karel