Jan 7, 2002 #1 mar10 Programmer Joined Sep 18, 2001 Messages 26 Location NL Hi Folks I have an application which calculates values per day by getting the day of week value. Now, in the year 2002, it seems that this value is lowered by 1, is this possible ?
Hi Folks I have an application which calculates values per day by getting the day of week value. Now, in the year 2002, it seems that this value is lowered by 1, is this possible ?
Jan 11, 2002 #2 obscurifer Technical User Joined Apr 3, 2001 Messages 53 Location US Can you give a code snippet and describe what it ought to do? Upvote 0 Downvote
Jan 11, 2002 Thread starter #3 mar10 Programmer Joined Sep 18, 2001 Messages 26 Location NL I already fixed it. The trouble was that I calculated the day by doing mod 7, this only works for years which are starting on a monday. Upvote 0 Downvote
I already fixed it. The trouble was that I calculated the day by doing mod 7, this only works for years which are starting on a monday.
Jan 15, 2002 #4 obscurifer Technical User Joined Apr 3, 2001 Messages 53 Location US ...then my work here is done. Upvote 0 Downvote