How to I get the dhtmlxCalendar field values in my dhtmlxGri

I use dhtmlxCalendar in a dhtmlxGrid cell, I got all cell value from the method of getValue(), but can not get the dhtmlxCalendar field value…



pls help me, How to I get the dhtmlxCalendar field values in my dhtmlxGrid…



thanks verry, verry much

For dhxCalendar cell
grid.cells(i,j).getValue() - return text representation of date
grid.cells(i,j) getDate() - return js Date object