dehumanize-date
dehumanize-date copied to clipboard
Can't parse abbreviated months that end in period.
let userInput = 'Sept. 1st, 2001';
let result = dehumanizeDate(userInput);
console.log("Result:", JSON.stringify(result));
Result: null