-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
LastWeekOfMonth DateOffset #4637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
I added a 'Frequency' label to tag some of these issues |
I'm curious why this was implemented as a new class instead of extending the range for |
I don't think there is a good reason. I would not be averse to just merging that functionality into |
closed by #5004 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a
DateOffset
that represents the a weekday in last week of the month, such as "the last Tuesday of each month"Currently there is a
WeekOfMonth
DateOffset
but that class only takesweek : {0, 1, 2, 3, ...}
. What we actually want isweek=-1
I will submit a PR.
The text was updated successfully, but these errors were encountered: