Date Time conversion

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

You can use scheme to define after-loading data transformations

http://webix.com/snippet/c954a053

http://docs.webix.com/desktop__data_scheme.html

Thanks maskim