Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1495
Setting Month
posted

How can I set the month the calendar starts with when loaded?  The only way I have found so far is to set wc.Layout.SelectedDate but I don't want the first date highlighted, I just want to make the calender start on a month other than the current month.

Parents
No Data
Reply
  • 93
    posted
    You can use the smart date to set the active month of the calendar in this way WebScheduleInfo1.ActiveDayUtc = new SmartDate(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day);
Children
No Data