J
Jeremy Bradshaw
I'm binding a TextBox control to a DateTime element of a DataSet :
EmployeeStartDate.DataBindings.Add("Text", currEmpSet, "EE.EE_SDATE");
This works fine, but whenever I input a date/time into the TextBox it is
always reformatted to a full date/time string. How do I specify a format
mask to give me more control over what is displayed (for example, I may want
date only with no time) ?
Any guidance gratefully received !
EmployeeStartDate.DataBindings.Add("Text", currEmpSet, "EE.EE_SDATE");
This works fine, but whenever I input a date/time into the TextBox it is
always reformatted to a full date/time string. How do I specify a format
mask to give me more control over what is displayed (for example, I may want
date only with no time) ?
Any guidance gratefully received !