dhtmlxGrid and date column formatting

We would like to be able to output dates with options like the weekday (full name and abbreviated), the month name (full and abbreviated), and various time formats(12 and 24 hour based).  Ideally we would output the column as a uniform date/time string so that the default date sorting works without defining possibly slow custom sort routines, and then use the format for the display.  However, the format option seems to be limited to m, d and y for the numeric components of the date.  Are there any changes coming soon to date formatting?

You can check attached sample - it is an alternative calendar excell, which planed to be released with next build.
In supports extended date formating

%e   Day of the month without leading zeros (01…31)
%d   Day of the month, 2 digits with leading zeros (01…31)
%j   Day of the year, 3 digits with leading zeros (001…366)
%a   A textual representation of a day, three letters
%W   A full textual representation of the day of the week

%c   Numeric representation of a month, without leading zeros (0…12)
%m   Numeric representation of a month, with leading zeros (00…12)
%b   A short textual representation of a month, three letters (Jan…Dec)
%M   A full textual representation of a month, such as January or March (January…December)

%y   A two digit representation of a year (93…03)
%Y   A full numeric representation of a year, 4 digits (1993…03)


3.ZIP (63.2 KB)

I tried this sample but when I click Reload with “YYYY - M/D” format", it give me this error:

Error: mygrid.setDateFormat is not a function
Source File: localhost/dhtmlxGrid_calendar/sa … nput.html#
Line: 1

I tried this sample but when I click Reload with “YYYY - M/D” format", it give me this error:

Error: mygrid.setDateFormat is not a function
Source File: localhost/dhtmlxGrid_calendar/sa … nput.html#
Line: 1

I tried this sample but when I click Reload with “YYYY - M/D” format", it give me this error:

Error: mygrid.setDateFormat is not a function
Source File: localhost/dhtmlxGrid_calendar/sa … nput.html#
Line: 1