Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Add a month to a date

Sorry if this is a simple question.
How do I add month onto a date?
I know I can use date()+ 31 but is there a way to add month on instead of
days ?
Thanks
Paul
[201 byte] By [Paul Summerfield] at [2007-11-10 12:50:49]
# 1 Re: Add a month to a date
Hello, Paul!
You wrote on 1 Sep 2003 03:52:34 -0700:

PS> How do I add month onto a date?

PS> I know I can use date()+ 31 but is there a way to add month on instead
PS> of days ?

Check GOMONTH() in VFP help.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Eric den Doop at 2007-11-11 23:50:25 >
# 2 Re: Add a month to a date
Excellent !

Thanks

Paul

"Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote:
>Hello, Paul!
>You wrote on 1 Sep 2003 03:52:34 -0700:
>
> PS> How do I add month onto a date?
>
> PS> I know I can use date()+ 31 but is there a way to add month on instead
> PS> of days ?
>
>Check GOMONTH() in VFP help.
>--
>Eric den Doop
>www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
>
>
Paul Summerfield at 2007-11-11 23:51:30 >