Is there a way to retrieve the dates of the current week from Sunday through Saturday based on the week number?
For instance, if the current week number is 32, I am looking for an array or some other return type as follows:
["Sunday, July 3rd, 2016", "Monday, July 4th, 2016".... etc ]
Although the documentation mentions using the syntax provided here, it seems to only give the output of the current day (unless I am interpreting it incorrectly).
moment().weeks(32)
Output:
Fri Aug 05 2016 11:19:39 GMT-0400