猪
不再找借口............
博客园
社区
首页
新随笔
联系
管理
订阅
随笔- 84 文章- 0 评论- 34
2009年6月24日
日历控件赋值
protected void Calendar1_SelectionChanged(object sender, EventArgs e)
{
this.TextBox1.Text = this.Calendar1.SelectedDate.ToString("yyyy-MM-dd");
}
posted @ 2009-06-24 18:42 悟〈--觉 阅读(43) 评论(0)
编辑
公告