Topic by Tony William
I am geting an date in the iso 8601 format ex : 2016-11-03T12:13:42.574947329 from another system using a webservce and when i am trying to add this to service cloud using connect api i am getting an error Type mismatch since its a string, i tried date() but its adding wrong date
i read in the document to use time() its not working too
is there a way somebody could suggest me to update
The code is now like
$date = '2016-11-03T12:13:42.574947329';
$oppt->CustomFields->TestObj->Activity_Last_Updated = $date ;