Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
date format for SOAP API
I'm working with the Open Air SOAP API and i'm having trouble having oaProject start_dates display in the correct format. I'm passing in a date string in the API recommended format of "YYYY-MM-DD HH:MM:SS" with the intention of displaying the date as "MM/DD/YY" on the project's properties section. My tests, with or without including time with my date, result in "2020-02-12" displaying as "2020-12-00". All other dates appear to work correctly.
Has anyone else encountered this issue? It's worth noting that the API itself says "Most date fields use the following date format: YYYY-MM-DD HH:MM:SS".