G
Graeme Richardson
Hi, I want to format a bound text box to display a date in "dd-mmm-yyyy"
format.
I've written the following code (that doesn't do the job). Any pointers
would be appreciated.
Dim bndBinding As New Binding("Text", "tblContact", "DateOfBirth")
bndBinding.BindingMemberInfo.BindingField.Format("dd-mmm-yyyy")
txtDateOfBirth.DataBindings.Add(bndBinding)
Thanks, Graeme.
format.
I've written the following code (that doesn't do the job). Any pointers
would be appreciated.
Dim bndBinding As New Binding("Text", "tblContact", "DateOfBirth")
bndBinding.BindingMemberInfo.BindingField.Format("dd-mmm-yyyy")
txtDateOfBirth.DataBindings.Add(bndBinding)
Thanks, Graeme.