hi guys, have a question that is probably really e...
# suitescript
j
hi guys, have a question that is probably really easy for anyone with previous experience with javascript before netsuite that I'm really struggling with. My Netsuite account has the date preference set to Australian format (dd/mm/yy). My external front end is requesting data from a restlet and will only accept the date formatted in US format (mm/dd/yy). I've used format.format to convert the date object to a string, and then .split to convert the string to an array, and the rearranged the array to move the date around. My JSON export is still showing in AU format 😕