Hi everyone!

I have a problem... I use Datefields in my project, but when I try to insert the date '2012-10-21' in his property SelectedDate, he returned '2012-10-20'. But when I insert the same value in a TextField, it's correct ('2012-10-21').
This date comes from a field of my Database. Just the example:

dtfDate.SelectedDate = _contrato.Contrato.ctv_dt_DataHoraInicio; // This is the property from my class that receive '2012-10-21'
Thanks.

Rafael