Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iamkun/dayjs
/ isValid
Method
isValid
src/index.js:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
isValid() {
116
return
!(this.$d.toString() === C.INVALID_DATE_STRING)
117
}
118
119
isSame(that, units) {
120
const
other = dayjs(that)
Callers
9
format
Method · 0.95
toJSON
Method · 0.95
parse.test.js
File · 0.80
customParseFormat.test.js
File · 0.80
objectSupport.test.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
sortBy
Function · 0.80
index.js
File · 0.80
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected