Re: DatePicker: manually entering a date.
Hi,
you can try to format the DatePicker's displaydate.
for example:
this.pickdate.Text = this.pickdate.SelectedDate.Value.ToString("dd.MM.yyyy");
Amanda Wang
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.