Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
sb.Append(RadDatePicker1.SelectedDate.Value.Date); How Can I do to remove only hour. I need date part only. Thanks.
DateTime dt = Convert.ToDateTime(RadDatePicker1.SelectedDate);
string
value = dt.ToShortDateString();