Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ toString
Method
toString
packages/localization/src/dates/CalendarDate.ts:161–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
159
}
160
161
toString() {
162
return
`${(this._oUDate as UniversalDate).sCalendarType}: ${this.getYear()}/${this.getMonth() + 1}/${this.getDate()}`;
163
}
164
165
valueOf() {
166
return
this._oUDate.getTime();
Callers
3
getDateInstance
Method · 0.45
Formatting.ts
File · 0.45
Localization.ts
File · 0.45
Calls
3
getYear
Method · 0.95
getMonth
Method · 0.95
getDate
Method · 0.95
Tested by
no test coverage detected