i cant to display the initial value in date picker. when i pass 01/30/1991 it changed to 11/11/1908.
var show_date=webix.Date.dateToStr("%m/%d/%Y");
{name:“date”, view:“datepicker”, format:show_date},
data=[{date:“01/30/1991”}];
Addtional::
in Datatable i used $init:function(obj){ }… that worked properly… in the form dont know how to use it