I have a date return from SQL that is “2015-01-22T00:00:00”. When I try to do a format, it will return NaN/NaN/NaN in the output. I want to return yyyy-mm-dd.
This is my column declaration:
{
id: “AssignedDate”,
header: [{ text: “Assigned Date” }, { content: “selectFilter” }],
format: webix.i18n.dateFormatStr,
sort: “date”,
width: 150
},