I'm encountering an odd issue in an editable ListGrid whereby when I pull data down from the database, the date columns for entries are always reduced by a single day (for example 3/15/2010 becomes 3/14/2010 in the ListGrid).
When I print the date out on the server end it's correct, but by the time my client displays it, it's off. The really odd thing is that it doesn't seem to be happening on my personal machine, only on the server. This doesn't appear to be an issue with SmartGWT nor does it appear to be an issue with my database back end, but somehow it's getting screwed up on the display end. This appears to be regardless of the browser I use.
Another odd thing is that if I edit the grid and save the changes, it's sending the proper values to the server for saving. However if I refresh the page it shows a day earlier (even though the database reflects the proper date).
Any ideas at all? This one has me stumped.
When I print the date out on the server end it's correct, but by the time my client displays it, it's off. The really odd thing is that it doesn't seem to be happening on my personal machine, only on the server. This doesn't appear to be an issue with SmartGWT nor does it appear to be an issue with my database back end, but somehow it's getting screwed up on the display end. This appears to be regardless of the browser I use.
Another odd thing is that if I edit the grid and save the changes, it's sending the proper values to the server for saving. However if I refresh the page it shows a day earlier (even though the database reflects the proper date).
Any ideas at all? This one has me stumped.
Comment