pre cutover push
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user