handling am/pm

This commit is contained in:
2024-08-26 12:59:03 -06:00
parent cafe04faf6
commit 1459655b90
2 changed files with 31 additions and 19 deletions

View File

@@ -14,6 +14,5 @@ describe("Can properly handle expected date formats", () => {
const dateString = "8/27/2024 23:95:00"
const dateObject = getDateFromString(dateString)
expect(dateObject).not.toBeUndefined()
})
})