Topic by Mohana Gopal Selvam
Hi Gurus,
I have tried to get the incident createdtime in CPM. When I print the field it returns some numeric value. But same value print correctly in ROQL.
Let me know how to store it in correct format.
My code:
$date = $inc->CreatedTime;
print("\nCreatedDate".$date);
Thanks,
Mohan
Sample output:
---------------------------
Test Error
---------------------------
CreatedDate: 1453713418
---------------------------
OK
---------------------------