Categories | Question details Back To List | ||
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"); |