Bit novice in my Javascript and SuiteScript, but what is the proper way to populate a Custom Entity Field of Type Date/Time?
I have some JS that calls Date.now() and sends the result as a parameter to a RESTlet, In the RESTlet I then try to set the Custom Entity Field.
TLDR: How do I set a Field of type Date/Time?