Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scheduling dates
Message
From
22/12/2003 19:00:40
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00861431
Message ID:
00861460
Views:
24
>Hi,
>
>I don't remember where I saw some functions to calculate dates, for example I want to schedule appointments every month...

gomonth(datevalue, 1) && add a month

> or every 2 weeks

datevalue + 14 && add 14 days

> or bi monthly or quarterly etc,

gomonth(datevalue, 2)

or

gomonth(datevalue, 3)

Is this what you need?
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform