Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ setDate
Method
setDate
packages/localization/src/dates/CalendarDate.ts:101–105 ·
view source on GitHub ↗
(date: number)
Source
from the content-addressed store, hash-verified
99
}
100
101
setDate(date: number) {
102
checkNumericLike(date, `Invalid date: ${date}`);
103
this._oUDate.setUTCDate(date);
104
return
this;
105
}
106
107
getDay() {
108
return
this._oUDate.getUTCDay();
Callers
14
getDaysInMonth
Function · 0.95
getMinCalendarDate
Function · 0.95
getMaxCalendarDate
Function · 0.95
modifyDateBy
Function · 0.95
_onkeydown
Method · 0.95
_getFirstDay
Method · 0.95
_buildMonths
Method · 0.95
transformDateToSecondaryType
Function · 0.80
_buildWeeks
Method · 0.80
_multipleSelection
Method · 0.80
yesterdayToDates
Function · 0.80
tomorrowToDates
Function · 0.80
Calls
1
checkNumericLike
Function · 0.85
Tested by
no test coverage detected