I have an optional datatime field. I want this field to be NULL ( / / ) if user didn't specify any value to it. Currently, when I click new button, this datetime field defaulted to 01/01/1800.
Any ideas?
I want to display it as empty date, instead of '01/01/1800'.
BTW, I am using DevExpress DateEdit control. Anyhow, I want my BO to save datetime field as NULL if it is not specified. I don;t want it to be replaced as '01/01/1800'.