Hi, I am trying to separate date and time of a record in javascript and display it in grid. Like this:   In UniDBGrid1 > ClientEvents > ExtEvents > reconfigure i did this:   function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col,index,cols){ if (col.text === "Sched Date") { col.renderer = function(value,metaData,record){ /* start_date and end_date are both date