i followed steps on this link to add a date field to my custom module :
http://magentomechanic.blogspot.com/2010/01/to-add-custom-date-field-in-custom.html
Every
This is a really odd issue. This is what worked for me in a _filterDate function:
$value = date('Y-m-d', strtotime($value . ' + 1 days'));