We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create a DateOffset that represents the a weekday in last week of the month, such as "the last Tuesday of each month"
DateOffset
Currently there is a WeekOfMonth DateOffset but that class only takes week : {0, 1, 2, 3, ...}. What we actually want is week=-1
WeekOfMonth
week : {0, 1, 2, 3, ...}
week=-1
I will submit a PR.