MCPcopy Index your code
hub / github.com/11ty/parse-date-strings / parse

Function parse

parse.js:126–128  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

124
125/** @param {string} str An [RFC 9557](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime#rfc_9557_format)-compatible string */
126export function parse(str) {
127 return IsoDate.parse(str);
128}

Callers 1

parse.test.jsFile · 0.90

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected