当前位置: 编程技术>.net/c#/asp.net
Asp.net日历控件显示年和月
来源: 互联网 发布时间:2014-08-30
本文导语: asp.net日历控件可以显示年月。 如何取得日历控件当前显示的年月值?方法很简单,代码也很短。 代码: this.Calendar1.SelectedDate.Year this.Calendar1.SelectedDate.Month
asp.net日历控件可以显示年月。
如何取得日历控件当前显示的年月值?方法很简单,代码也很短。
代码:
this.Calendar1.SelectedDate.Year
this.Calendar1.SelectedDate.Month