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

Method daysInMonth

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

Source from the content-addressed store, hash-verified

389 }
390
391 daysInMonth() {
392 return this.endOf(C.M).$D
393 }
394
395 $locale() { // get locale object
396 return Ls[this.$L]

Callers 3

display.test.jsFile · 0.80
badMutable.test.jsFile · 0.80
$setMethod · 0.80

Calls 1

endOfMethod · 0.95

Tested by

no test coverage detected