I put DBDateEdit on a contacts form for the contact's DoB. I like the button the user can bring up a calendar.
BUT, in run-time I can't figure out looking at the component's Object Inspector how to keep it from defaulting/showing on blank DoB's the values 12/30/1899 or in mine I set the Date Format to dd mmm yyyy, i.e. 30 Dec 1899. If I key in the correct DoB and save, it's correct. But every record that hasn't been edited for the DoB has this default in 1899, the first year value in the range.
Guess I'm missing something, I could write code to override that but think I'm not setting something correct in the Object Inspector.