mirkado227
Programmer
Code:
SET FDOW TO 2 && week starts with monday
SET FWEEK TO 1 && The first week contains January 1st
? WEEK({31.12.2006}) && returns 1 but should return 53
? WEEK({31.12.2006},1) && returns 1 but should return 53
? WEEK({31.12.2006},1,2) && returns 53
It seems, that the set instructions (FDOW and FWEEK) has no effect. Do I make an error in reasoning?