Hi Paul,
You were virtually on the money with your recommendation.
For the record, I was able to get SharePoint to accept the date in the following format - "YYYY-MM-DDTHH:mm:ss Z" - using the moment.js lib, i.e.
You were virtually on the money with your recommendation.
For the record, I was able to get SharePoint to accept the date in the following format - "YYYY-MM-DDTHH:mm:ss Z" - using the moment.js lib, i.e.
$appCloseDateformatted = moment($appCloseDate.val(), 'DD-MM-YYYY').format();