The given date is 2022-12-28. That’s suppose to be Dec. 28, 2022. But when I use new Date(), it returns as Tue Dec 27 2022 16:00:00 GMT-0800 (PST) and not Wed Dec 28…. Solution
Tag: Date format error
Date Format Issue in Import
In bank statement imports, the date format should be MM/DD/YYYY. But even if the date format is correct, the error message will show. The error message is “The file could not be imported, because the date is not in the correct format”. To solve this problem, Insert an apostrophe (‘) before the date/s (e.g. ’01/31/2021)… Continue reading Date Format Issue in Import