Send Correct DateTime Format from server to datatable

Hi,

My webix app , is connected an api in .net core, when get dates the format of DateTime is “dd/MM/yyyy hh:mm:ss”, when try to load in datatable the result is
NAN/NAN/NAN/.

Is needed convert DateTime type .net in string type with format (yyyy-mm-dd hh:mm:ss) or there is another way?

Thanks in advance.

Hello,

You can parse you dates before loading them into the datatable within the scheme $init function that is called for each data item:

https://snippet.webix.com/cm4dbt4b