Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ parse
Method
parse
datetime/_date_time_formatter.ts:639–642 ·
view source on GitHub ↗
(string: string)
Source
from the content-addressed store, hash-verified
637
}
638
639
parse(string: string): Date {
640
const
parts = this.formatToParts(string);
641
return
this.partsToDate(parts);
642
}
643
}
Callers
6
parse
Function · 0.95
_date_time_formatter_test.ts
File · 0.45
stringify_test.ts
File · 0.45
parse_test.ts
File · 0.45
mod_test.ts
File · 0.45
unstable_rolling_counter_test.ts
File · 0.45
Calls
2
formatToParts
Method · 0.95
partsToDate
Method · 0.95
Tested by
no test coverage detected