Live Chat Icon For mobile
Live Chat Icon

How to reset the selected date in the calendar control?

Platform: ASP.NET| Category: Calendar

VB.NET


Calendar1.VisibleDate = DateTime.Today 
Calendar1.SelectedDates.Clear()

C#


Calendar1.VisibleDate = DateTime.Today;
Calendar1.SelectedDates.Clear();

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.