Using JavaScript, I need to retrieve a Date/Time value from a parent entity and set it to a Date/Time value on a child entity in the active form (based on another fields onchange event). I can retrieve the date but when I try to set the value of the field on screen it throws an error telling me "Value should be of type: DateTime". When I view the value in the parent field it looks like this: /Date(1548244800000)/ - essentially a formatted version of the value in milliseconds. Is there a conversion that will let me set this value into the child Date Time field?
*This post is locked for comments
I have the same question (0)