Hi
To demonstrate my issue please check this link: http://jsfiddle.net/YFWQ6/2/
As you have seen that n grid data to show the date we have mentioned the date format. “MM DD YYY HH:SS”.
and i have create a global variable in core file and mentioned the format n datafield:-
columns: [
{ text: ‘Date (PST)’, datafield: ‘TimeStamp’, type: ‘date’, cellsformat: DateTimeFomat},
],
where I have defined the DateTimeFomat= “MM/dd/yy HH:mm” in core file.
I want to use the same format in detail tab too.
So that in case I have to chnge the format of the date I can make change n one file.
Will you please tell me how to achieve the same in detail tab?