Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculation between 2 dates
Message
From
13/10/2011 03:59:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01526250
Message ID:
01526252
Views:
125
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>i have calculation on 2 europeans dates.
>
>i have {^2010-07-31} and i want {^2010-07-01}
>i have {^2010-08-31} and i want {^2010-08-01}
>i have {^2010-09-30} and i want {^2010-09-01}
>
>
>This result is bad
>
> m.oObjet.d_debut = GOMONTH(  m.datefin , -1 ) + 1
>
>
>somebody knows ?
>
>Thank in advance for help
>
>
>bernhart
 m.oObjet.d_debut = GOMONTH(  m.datefin + 1 , -1 )
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform