Skip to content
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

day which is xth [weekDay] from yth [week] of zth [month] of a [year] #713

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stha-ums
Copy link

return the day which is xth [weekDay] from yth [week] of zth [month] of a [year]
eg. DateTime.Friday from the 2nd week of DateTime.July of the 2022 year.

[weekDay] ranges from 1 to 7. 1 = Monday and 7 = Sunday.
[week] ranges from 1 to 4 or 5 months depending upon the month.
ranges from 1 to 12. 1 is January and 12 is December.
the year in which you are calculating

@stha-ums stha-ums marked this pull request as ready for review November 26, 2022 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant