on calendar modual, cann't change the day of calendar on day view, next day , pro day button cann't function. please check it
it is allways display "Monday, January 01, 0001"
The problem is that we are rendering the date text too early. In our zest to convert all HTML to ASP.NET code, we converted code that needed to be generated at render time. The solution is simple, in ~/Calendar/DayGrid.aspx, change the label for dtCurrentDate to be straight HTML.
<