sets a mask for date formatting in the grid (works for "dhxCalendar" and "dhxCalendarA" types only)
mask | string | sets the client-side date format |
server_mask | string | sets the server-side date format |
Available only in PRO Edition
mygrid.setDateFormat("%m/%d/%Y", "%Y/%m/%d"); // 05/26/2010, 2010/05/26
You can get more format details in the chapter Formatting Number and Date Values.
Back to top