Solved
Forum Discussion
AvaniAnand
7 months agoNew Contributor
How can I parse a string in an object to Date?
eg. Date.parse($vendorBill.tranDate, "dd-MM-YYYY") gives me NaN
I’m updating the expression:
I’ve tested this one:
Date.parse("Oct '22", "MMM ''yy")
How can I parse a string in an object to Date?
eg. Date.parse($vendorBill.tranDate, "dd-MM-YYYY") gives me NaN