Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Days in a Month
Message
From
24/02/2003 16:17:45
 
 
To
24/02/2003 14:31:16
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00757135
Message ID:
00757237
Views:
12
>Is there a function available to calulate the # of days in a given month from a date() function?
>
>Jeff

sorry, my earlier suggestion did not work laways. ty this one (the old fashioned way):
ldDate = {^2003-03-31}
?day(ctod(allt(str(Month(gomonth(ldDate, 1)))) +"/01/"+ allt(str(year(ldDate))))-1)
hope this helps
Previous
Reply
Map
View

Click here to load this message in the networking platform