manny cash
Member
- Joined
- Oct 19, 2024
- Messages
- 18
- Programming Experience
- Beginner
This little code does not transfer the date to my text box, something is missing, or any declaration, or something wrong like that? Please, I need a hand.
I need to format the date.
Thank you, guy, I have never worked with datetimepicker. Have a nice day
I need to format the date.
VB.NET:
Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
txtAppoDate.Text = DateTimePicker1.Value.ToString()
End Sub
Last edited by a moderator: