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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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