TAdvSmoothDatePicker

Hi,


When I change the first of the week from Sunday to Monday in Windows 8 control panel, TAdvSmoothDatePicker
still displays Sun as the first day. 

/jeffc

The AdvSmoothDatePicker and AdvSmoothCalendar do not take the Windows start day into account.

They have an own StartDay property that needs to be set in order to show a different start day. This has been designed in this way to provide maximum flexibility.

  AdvSmoothDatePicker1.Calendar.DateAppearance.StartDay := Monday;

Kind Regards, 
Pieter