Skip to content

Gnomishness

User Avatar
#16
Auto-translated
I suggest changing the line
w=GetDate(WEEK);
to this:
w= ceil(GetDate(ABSOLUTE_DAY)/7) ;

Hmm... and the console is also displaying a bunch of errors.