I\'m working on some project which needs to extract data from DB and I use Spring MVC to build model from DB for selecting data.
Here is the problem with my
My wild guess is that you're using MySQL, your date columns are not mandatory and hence can contain NULLs, but MySQL does idiotic things and will return 0000-00-00 instead of NULL unless you fix the MySQL server settings.