Possible Duplicate:
Get first and last day of the week in JavaScript
Can any body advice how i can get start date and end date of last week by giving todays date to the function?
Can any body advice how i can get start date and end date of last week by giving todays date to the function? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Below is the working code! hope this can help anybody ...!
|
|||
|
|
|
|
|||||
|
|
Get the last day of the month:
Get the last Monday:
Now to do your work you can do
and then use
|
||||
|
|