Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
objectSupport.test.js
File · 0.80
init
Method · 0.80
parseFormattedInput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected