Posted 17 Aug 2010 Link to this post
string
formattedDate = RadDatePicker1.SelectedDate.Value.ToString(
"ddDDDyyyy"
);
TextBox1.Text = formattedDate;
Posted 18 Aug 2010 Link to this post