MCPcopy Create free account
hub / github.com/UI5/webcomponents / getISOFormat

Method getISOFormat

packages/main/src/DateComponentBase.ts:307–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 }
306
307 getISOFormat() {
308 if (!this._isoFormatInstance) {
309 this._isoFormatInstance = DateFormat.getDateInstance({
310 strictParsing: true,
311 pattern: "yyyy-MM-dd",
312 calendarType: this._primaryCalendarType,
313 });
314 }
315 return this._isoFormatInstance;
316 }
317}
318
319export default DateComponentBase;

Callers 2

getValueFormatMethod · 0.95

Calls 1

getDateInstanceMethod · 0.80

Tested by

no test coverage detected