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
# 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
# 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
>
>