Time is not imported in Dhtmlx Grid

Dear all,
when i select a date from the calendar i can only get the date part in the text box.How can i get the time ?.Pl do need ful

See the below code in OnLoad event

function doOnLoad() {
var t = new dhtmlXCalendarObject([“calendar”,“calendar2”]);
t.setSkin(‘dhx_web’);
}

Regards,
Krishnan

try to set the format of calendar data with time.
For example:

myCalendar.setDateFormat("%d/%m/%y %H:%i:%s");