MCPcopy
hub / github.com/iamkun/dayjs / getMonth

Method getMonth

src/index.js:355–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 const zoneDelta = (that.utcOffset() - this.utcOffset()) * C.MILLISECONDS_A_MINUTE
354 const diff = this - that
355 const getMonth = () => Utils.m(this, that)
356
357 let result
358 switch (unit) {

Callers 3

initMethod · 0.80
parseFormattedInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected