What is going on with the dates on restlet?
I pass the following value to our restlet “2022-03-04” — on the restlet side, I convert it to a javascript date to save it onto our record new Date(“2022-03-04")
However, when I view the record being created it now has a date 03/03/2022….
How can I pass a simple date into netsuite without having this happen?