Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function for days in the month
Message
 
To
05/01/1999 18:42:23
Shane Gilbert
Oklahoma State Department of Education
Norman, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172969
Message ID:
00173178
Views:
26
>I need a function to return the number of days in a given month. Any suggestions?
>
>Shane

Shane;

LPARAMETERS ldDate
RETURN DAY(GOMONTH(ldDate,1)-DAY(GOMONTH(ldDate,1)))
Previous
Reply
Map
View

Click here to load this message in the networking platform