Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding days to a date
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00749774
Message ID:
00749778
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Quick question:
>
>If I have a date (mm/dd/yyyy)... say 11/20/2003 and I want to add 24 days to it what would that code look like? I've tried it a number of ways but I'm not having any luck.
>
>The date is in Date format, the number of days is just entered into a textbox.
>
>Thanks!
John,
Have you tried
lcDate = date()
?lcDate+24
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform