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!
Formula for Date/Time Not Working
Can someone please explain why this Formula (Date/Time) returns "ERROR: Invalid Expression":
<span style="color:'blue'">to_date({custitem_last_import},'MM/DD/YY HH:MI AM')</span>When I hard code the input string date, it works:
<span style="color:'blue'">to_date('04/08/09 10:24 am', 'MM/DD/YY HH:MI AM')</span>Formula (Text) = {custitem_last_import}
RETURNS: 04/08/09 10:24 am
Am I doing something wrong, or is this a DEFECT?
0