@technobuddha > library > Time > Week
Function: endOfWeek()
ts
function endOfWeek(input: Date, options: DateOptions): Date;Defined in: end-of-week.ts:13
Determine the last day of the week containing a date
Parameters
| Parameter | Type | Description |
|---|---|---|
input | Date | The date |
options | DateOptions | see DateOptions |
Returns
Midnight of the last day of the week containing the input date
Default Value
ts
utc false