Hi,
I have a set of records in an array or JSON having below attributes
orderid , customername , orderdate, customercity.
I am combining the values like customername , orderdate (customername _orderdate ) and showing in a grid having one column as below:
CorderDetails
custmer1 _Mon Aug 05 2013 13:43:39 GMT+0530 (India Standard Time)
customer2 _Mon Aug 05 2013 13:43:39 GMT+0530 (India Sandard Time)
ABBLTD _Mon Aug 05 2013 13:43:39 GMT+0530 (India Standard Time)
I am using cellrenderer to achieve this.
Now problem is that I wanted to convert orderdate in a format like mm/dd/yy.But the date is comming like Mon Aug 05 2013 13:43:39 GMT+0530 (India Standard Time)
Is there any way to achieve this?