Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Assigning a value to a DateTime field
So I've run into some issues trying to fill a DateTime field with a value. I'm working with a standardized incoming email that I'm parsing up and the section of the email that I'm worried about for this field is formatted like this "Aug 9 2016 9:48AM EDT"
So then I go through a few js back flips to get that formatted into what NS shows as their preferred format for the nlapiSetDateTimeValue function so by the time I perform that function it looks like this "08/09/2016 09:48:00 AM" (I'm also setting the time zone piece to the appropriate Olson value 14 in this case)
0