Monday - Sunday

With the DateTimePickerAdv, how do you configure the Month Calendar for Monday - Sunday instead of the default Sunday - Saturday? Thanks, Todd

2 Replies

AD Administrator Syncfusion Team November 15, 2005 09:58 PM UTC

OK, this works for me. System.Globalization.CultureInfo info = new System.Globalization.CultureInfo("en-US"); info.DateTimeFormat.FirstDayOfWeek = DayOfWeek.Monday; this.dateTimePickerAdv1.Culture = info; If there is a better way, please let me know. Todd > >With the DateTimePickerAdv, how do you configure the Month Calendar for Monday - Sunday instead of the default Sunday - Saturday? > >Thanks, >Todd


AR Anupama Roy Syncfusion Team November 17, 2005 06:04 AM UTC

Hi Todd, Presently, I would suggest you to follow this method itself. However I have logged a feature request for "SetFirstDayOfTheWeek" property. You can track the progress of implementation through the following link. Add Support for SetFirstDayOfTheWeek property We appreciate your interest in Syncfusion products. Thanks, Anu

Loader.
Up arrow icon