Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculation between 2 dates
Message
De
13/10/2011 03:59:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01526250
Message ID:
01526252
Vues:
124
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform