*/
This program will compute the day of the week (c source)
Submitted By:
WEBMASTER
Rating:





(
Rate It)
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
8093
Comments (5)
10700




Posted by: patipan on Saturday, February 22, 2003
Thank you.
Great Work




Posted by: Ravi Kumar P on Friday, September 19, 2003
Hi ,
It helped me in my project work, where i am presently working as a trainee.
Thank You.
Very good




Posted by: Mark Bushnel on Thursday, December 25, 2003
It calculates the day of the week as it is expected. It seems that it does not have any problem with the Y2K problem
Plz, help me to understand...............
Posted by: Ashraf on Tuesday, March 06, 2007
Please, help me to understand the program.
how it find the day_of_week by the statement day_of_week=(number_of_days1 - 621049) % 7;
Why funct1 & funct2 is used. How the line "number = 1461 * funct1(y,m) / 4 + 153 * funct2(m) / 5 + d;" works.
Why the values 621049, 1461,153 are used.
alghoritm (c source) day of the week




Posted by: filipe lopes on Monday, June 02, 2008
Please, help me to understand the program. in the statement day_of_week= (number_of_days1 - 621049) % 7; why "621049" ? Why funct1 & funct2 is used. How the line "number = 1461 * funct1(y,m) / 4 + 153 * funct2(m) / 5 + d;" works. Why the values 621049, 1461,153 are used.
thank you
Add Your Rating