date off by 1 day
Need help. When I set the cell format to a date in the grid, the date that is being displayed is one day off. Instead of display 02 May 2007, 01 May 2007 is being displayed. If I set the cell format to String then 2007-05-02 is displayed. This tells me that the date being returned by the database is correct. During the format for some reason it is losing a day.
My date formating is
date.setDataFormat("ISO8601");
date.setTextFormat("dd-mmm-yyyy");
Any ideas?
Stephen
My date formating is
date.setDataFormat("ISO8601");
date.setTextFormat("dd-mmm-yyyy");
Any ideas?
Stephen
Stephen
June 7,