PHP код:
static void TestJob(Args _args)
{
;
print (wkofyr(str2date("31.12.1998",123)));
print (wkofyr(str2date("31.12.1999",123)));
print (wkofyr(str2date("31.12.2000",123)));
print (wkofyr(str2date("31.12.2001",123)));
print (wkofyr(str2date("31.12.2002",123)));
print (wkofyr(str2date("31.12.2003",123)));
print (wkofyr(str2date("31.12.2004",123)));
print (wkofyr(str2date("31.12.2005",123)));
pause;
}