Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
That's a smiley way to start your day
Message
From
29/02/2000 13:20:04
 
 
To
29/02/2000 13:08:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00339259
Message ID:
00339284
Views:
18
Michel,

>>dRenewDate = GOMONTH(dExpireDate,12)
>
>As I replied to Fred, it returns Feb 28 and not March 1. Since there isn't a 29 next year, isn't suppose to return March 1?

Try this:
newdate=IIF(RIGHT(DTOS(olddate),4)="0229", ;
gomonth(olddate,12)+1, ;
gomonth(olddate,12))
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform