Abhyuday Luthra
01/05/2024, 7:38 PM"Invalid date value (must be DD/MM/YYYY)",
I'm creating a Vendor Bill and setting the trandate as follows - vendorBill.setValue({fieldId: 'trandate', value: tranDate});
This is the tranDate variable being passed into the request body: "tranDate": "01/01/2024",
Any help is appreciated 🙏alien4u
01/05/2024, 7:39 PMN/format
module to convert that to date object.Abhyuday Luthra
01/05/2024, 7:41 PM