jamairaja
jamairaja
Facing same error while sending date in the update payload: `Uncaught momentInstance.unix is not a function","stacktrace":["TypeError: momentInstance.unix is not a function","at serializeFromMoment (/home/vcap/deps/0/node_modules/@sap-cloud-sdk/odata-v2/dist/de-serializers/converters.js:62:38)`
Hi [hoandreas](https://github.com/hoandreas), We have a fix for `momentInstance.unix is not a function.` DateTime fields expects a momentjs instance to be passed in the payload. Check the document: https://sap.github.io/cloud-sdk/docs/js/features/odata/execute-request#conversion-of-odata-types So you...