Re: date question

2004-10-12 Thread Lori
Charles K. Clarkson wrote: Lori <[EMAIL PROTECTED]> wrote: : This is a postgresql question , slam me if you must, but : this is the only list where I get a fast response and I : know many of you use postgresql : : I have a int field called when_month and I want to use : it to get the full mo

RE: date question

2004-10-12 Thread Charles K. Clarkson
Lori <[EMAIL PROTECTED]> wrote: : This is a postgresql question , slam me if you must, but : this is the only list where I get a fast response and I : know many of you use postgresql : : I have a int field called when_month and I want to use : it to get the full month name something like :

RE: date question

2004-10-12 Thread Carter Thompson
ink you're looking for in a function. Cheers, Carter. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lori > Sent: Tuesday, October 12, 2004 2:29 PM > To: [EMAIL PROTECTED] > Subject: date question > > > This i

date question

2004-10-12 Thread Lori
This is a postgresql question , slam me if you must, but this is the only list where I get a fast response and I know many of you use postgresql I have a int field called when_month and I want to use it to get the full month name something like : update mytable set myfield = date_part(

RE: Date question

2002-05-22 Thread Capacio, Paula J
I use Date::Calc; although there are lots of Date modules available. paula -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen J Martin Sent: Wednesday, May 22, 2002 7:54 AM To: [EMAIL PROTECTED] Cc: Carl Jolley Subject: Re: Date question On

Re: Re: Date question

2002-05-22 Thread Mark Bergeron
ltime(time); my $year = $year + 1900; then I just called it like this: $days[$wday], $months[$mon] $mday, $year Mark Bergeron -Original Message- From: "$Bill Luebkert"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Tue May 21 15:25:06 PDT 2002 Subj

RE: Date question

2002-05-22 Thread Zeno Lee
h, exactly 30 days after, or the same number as the previous month? It's all possible to do, you just have to know what you mean by "following month." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 3:57 PM To: [EMAIL PROTECTED