MCPcopy 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

getDateInstanceMethod · 0.45
Formatting.tsFile · 0.45
Localization.tsFile · 0.45

Calls 3

getYearMethod · 0.95
getMonthMethod · 0.95
getDateMethod · 0.95

Tested by

no test coverage detected