如何只要短日期?
this.startD.Text = (DateTime.Now.AddDays(1 - DateTime.Now.Day)).ToString(); //月初 this.endD.Text=(DateTime.Now.Date.AddMonths(1).AddDays(-DateTime.Now.Day)).ToString(); //月末