Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding 1 year to a date
Message
De
17/10/2000 15:40:29
 
 
À
17/10/2000 10:11:13
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00430291
Message ID:
00430524
Vues:
13
>I need to add 1 or more year to the start date in a lease application. I use dStartdate + 365 but it does not work for leap years. I coul do something like YEAR(dStartdate) MOD 4 but I was wandering if there was not a simpler method.

If someone doesn't have VFP 6, you could do:

?date(year(date()) + 1, month(date()), day(date()))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform