Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear All,

I need a function which will calculate number of saturday in a month

along with list of date.

Thank you
Posted

Hi Asutosha

Get a function from google that figures out the first day of the month,

like: Fn(Feb 2013) --> "Friday"
Then get the number of days in that month (again with help from uncle google)
like: Gn(Feb 2013) --> "28"

And from here you just calculate how many Saturdays fit into that month.


Cheers,
Edo
 
Share this answer
 
What have you tried?[^]

Give it a shot, it isn't that hard. If you still cannot do it, show us what you did and we will be very happy to help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900