Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate no. of days in a month
Message
From
05/01/2000 23:21:21
 
 
To
05/01/2000 23:04:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00313726
Message ID:
00313728
Views:
47
>I need a function or 'select statemt' that can calculate the no. of distinct days in a month. For example, I would like the fn to calculate the total no of Sundays or any of the other 6 days in January. Preferably there is to be no keying of dates. Thanks in advance.

function DaysInMonth( tdDateInMonth )
local ldDayNextMonth
ldDayNextMonth = gomonth(tdDateInMonth, 1)
return day(ldDayNextMonth - day(ldDayNextMonth))

I'm sure that some one will post an even shorter one.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform