-
Notifications
You must be signed in to change notification settings - Fork 5
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
calling function fname_from_date() #11
Comments
Is |
martin-rdz
added a commit
that referenced
this issue
Nov 22, 2022
though not sure what the actual problem is
yes, its used on line 240
|
martin-rdz
added a commit
that referenced
this issue
Nov 22, 2022
Ahh. Now I get it. The first Hope the issue is fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution:
Adding new lines from After currentDate, line 234
week_no_start = ((currentDate.day - 1) // 7) + 1
currentday_start = (week_no_start - 1) * 7 + 1
The text was updated successfully, but these errors were encountered: