Hi again,
I have api with link like: rest->/app_dev.php/api/secure/cases, that gives me json data. One of these json data are “date_and_time”: “1434578400”, “date_of_expiration”: “1434751200”, “date_sent”: “1434751200”. How can i convert these json dates in datatable
columns:[ { id:“received_on”, header:“Submission Date”, }, in correct datetime format.
Thank you