M
Mark Johnson
Up to now I have assumed that DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek
on Compact allways returns Sunday.
The reason for this was because when I changed the Original
DateTimePicker.cs to support Monday
as first day of week for German this function allways returned Sunday.
Today I made some corrections due to problems found when running on
English-Canada.
During testing for US/UK/Canada-English and German I saw that on a
UK-Culture returned : Monday.
As far as I know this should be Sunday for the UK (as in US and Canada).
After calling FirstDayOfWeek I set the Value to Monday for German and it
now it looks as if
I must set the Value to Sunday for UK.
It looks as something has gotten mixed up.
View results at :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/Doku_DateTimePicker.htm
Code for Demo project :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm
Mark Johnson, Berlin Germany
(e-mail address removed)
on Compact allways returns Sunday.
The reason for this was because when I changed the Original
DateTimePicker.cs to support Monday
as first day of week for German this function allways returned Sunday.
Today I made some corrections due to problems found when running on
English-Canada.
During testing for US/UK/Canada-English and German I saw that on a
UK-Culture returned : Monday.
As far as I know this should be Sunday for the UK (as in US and Canada).
After calling FirstDayOfWeek I set the Value to Monday for German and it
now it looks as if
I must set the Value to Sunday for UK.
It looks as something has gotten mixed up.
View results at :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/Doku_DateTimePicker.htm
Code for Demo project :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm
Mark Johnson, Berlin Germany
(e-mail address removed)