dehumanize-date icon indicating copy to clipboard operation
dehumanize-date copied to clipboard

Can't parse abbreviated months that end in period.

Open handofthecode opened this issue 1 year ago • 0 comments

let userInput = 'Sept. 1st, 2001';
let result = dehumanizeDate(userInput);
console.log("Result:", JSON.stringify(result));

Result: null

handofthecode avatar Dec 08 '23 17:12 handofthecode