C# dateTimePicker同时显示日期和时间

this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;

posted on 2014-04-24 16:17  木有鱼丸  阅读(4836)  评论(0)    收藏  举报

导航