MCPcopy Create free account
hub / github.com/angular/components / periodLabel

Method periodLabel

src/dev-app/datepicker/datepicker-demo.ts:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 get periodLabel() {
125 return this._dateAdapter
126 .format(this._calendar.activeDate, this._dateFormats.display.monthYearLabel)
127 .toLocaleUpperCase();
128 }
129
130 previousClicked(mode: 'month' | 'year') {
131 this._calendar.activeDate =

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected