Hi, I need some help ... (Visual Basic 2008 Express)
I have the next line of code :
when I change the date on DateTimePiker control label54 display date an hour.
I change the format of DateTimePiker to short or custom but i get the same thing.
I need to display only the date selected.
Thanks.
I have the next line of code :
Code:
Form2.Label54.Text = DateTimePicker1.Value
I change the format of DateTimePiker to short or custom but i get the same thing.
I need to display only the date selected.
Thanks.
Comment