Parsing Date in ISO 8601

Date parsing and mapping not works for dates with time in ISO 8601 standard.

webix.ui({
view:“datatable”,
columns:[
{ id:“start”, map:"(date)" }
]

Hi,

There is not possibility to set such date format currently.

We will add support for “%c” date format ( ISO 8601 standard ) option in the next version.