New to Kendo UI for AngularStart a free 30-day trial

prevDayOfWeek

A function which returns a date by a specific week name. For example, Day.Monday.

ts
prevDayOfWeek(new Date(2016, 0, 1), Day.Wednesday); // 2015-12-30, Wednesday

Parameters

date Date

The date to calculate from.

weekDay Day

The Day enum specifying the desired week day.

Returns

Date - A Date instance.

Not finding the help you need?
Contact Support