Calculating ISO8601 week numbers in LotusScript
June 1, 2010
Lotus Domino’s LotusScript language has a function called Format. If you pass it a date/time value, and use the custom format string “ww”, it’s supposed to return the week number. Unfortunately, it returns the wrong value. I was prepared to be charitable and assume that it returned the correct value according to some non-standard algorithm, [...]
Filed under: LotusScript, Programming | Comments (0)