pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -205,7 +205,7 @@ end service
Service GetWeekNum(InputDate)
If Num(InputDate) then InputDate = OConv(InputDate, 'D')
If Num(InputDate) then InputDate = OConv(InputDate, 'D4/')
Year = Field(InputDate, '/', 3, 1)
Jan1 = Iconv('01/01/' : Year, 'D')
Jan1DOW = Mod(Jan1, 7)