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

Method toDate

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

Source from the content-addressed store, hash-verified

409 }
410
411 toDate() {
412 return new Date(this.valueOf())
413 }
414
415 toJSON() {
416 return this.isValid() ? this.toISOString() : null

Callers 11

instanceFactorySetMethod · 0.95
parse.test.jsFile · 0.80
display.test.jsFile · 0.80
utc.test.jsFile · 0.80
parseFormattedInputFunction · 0.80
index.jsFile · 0.80
parseDateFunction · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
parseDateFunction · 0.80

Calls 1

valueOfMethod · 0.95

Tested by

no test coverage detected