The output of the getStartAndEndDatesForWeek function
The end date of the week
new Date('2020-01-07') Copy
new Date('2020-01-07')
The start date of the week
new Date('2020-01-01') Copy
new Date('2020-01-01')
Generated using TypeDoc
The output of the getStartAndEndDatesForWeek function