What would be the best way to get the start/end dates of most recent complete week and most recent complete month given the date.
I.E given the todays date, how to find out the week that just completed, same for month.
|
What would be the best way to get the start/end dates of most recent complete week and most recent complete month given the date. I.E given the todays date, how to find out the week that just completed, same for month. |
|||
|
|
|
For a month it's easy - something like:
For a week it's slightly trickier. You can do this:
... but it's not clear to me whether Instead, you could try this:
Once you've got the end of the completed week or month, you can get to the start easily enough:
|
|||||||||||
|
|
I got the solution
|
|||
|
|