Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 07, 2008 07:25
open dhtmlx forum
Problem with setDateFormat

I am getting "too much recursion" error when I use the following for dhxCalendarA column type.
mygrid_#{group.id}.setDateFormat("d/m/y");
Answer posted by Support on Nov 10, 2008 02:39
The correct syntax is
             mygrid_#{group.id}.setDateFormat("%d/%m/%Y");