P
Patrick.O.Ige
I have a calendar and i'm getting the first day of the month by doing so
below
calendarstartdate.SelectedDate =
Convert.ToDateTime(String.Format("{0:yyyy/MM/1}",DateTime.Now));
Are there better ways to do this?
Any ideas
below
calendarstartdate.SelectedDate =
Convert.ToDateTime(String.Format("{0:yyyy/MM/1}",DateTime.Now));
Are there better ways to do this?
Any ideas