Date time picker

I want to edit my form, and I have date time picker in my form. When I’m trying to load from my json file value of date, and put that date from json to datepicker field is not resulting successfully.
Any idea how I can do this?

Thanks

Hello,

probably you are using an incorrect format for dates. Dates should be loaded in a format that corresponds to webix.i18n.parseFormat. It is %Y-%m-%d %H:%i by default:

http://webix.com/snippet/d5c23505