how to format a textbox as date vb net

The solution for “how to format a textbox as date vb net” can be found here. The following code will assist you in solving the problem.

txtBookSigningDate.Text = Format(Convert.ToDateTime(txtBookSigningDate.Text+Now.Year.ToString(), sFormat), “dd/MM/yyyy”)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts