Skip to content

@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

ParameterTypeDescription
inputDateThe date
optionsDateOptionssee DateOptions

Returns

Date

Midnight of the last day of the week containing the input date

Default Value

ts
utc false