R
reidarT
I try to get the selected date from the calendar control to a label with
this:
this.Label4.Text = this.Calendar1.SelectedDate ;
but, I get the mesage Cannot implicitly convert type 'System.DateTime to
string'
regards
reidarT
this:
this.Label4.Text = this.Calendar1.SelectedDate ;
but, I get the mesage Cannot implicitly convert type 'System.DateTime to
string'
regards
reidarT