Listgrid in my smartgwt project have some dateitem field which allow user to select date from calender for particular row. When user select it show project in related textfield(in cell) mm/dd/yyyy.
When I try to fetch the value of that cell it return me a very long date value.
example If I select 09/09/2014 and when I try to fetch the value it return me as Tue Sep 09 2014 12:00:00 GMT+0530 (India Standard Time).