Skip to content

@technobuddha > library > Time > Week

Function: beginningOfWeek()

ts
function beginningOfWeek(input: Date, options: DateOptions): Date;

Defined in: beginning-of-week.ts:13

Determine the start of the week for a date

Parameters

ParameterTypeDescription
inputDateThe date
optionsDateOptionssee DateOptions

Returns

Date

The date value for midnight on the first day of the specified week

Default Value

ts
utc false