Replies: 1 comment 2 replies
-
@wavded you are right, the function signature could have been changed in v8. This is actually not a regression – maybe just the same name. The function formats the week number in the first column when Could you please better explain your use case? Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug or feature but was a regression from 7.x using
renderWeek
. TheformatWeekNumber
. The function is passed aweekNumber
but I don't know what year it is. The previous implementation would pass the start of the week so we'd have the year. The new implementation only passes aweekNumber
that resets whenever a new year is reached so there is no way to understand what year the week relates to.Beta Was this translation helpful? Give feedback.
All reactions