https://bugzilla.novell.com/show_bug.cgi?id=345484
Summary: DateTimePicker: first day of week not recognized
Product: Mono: Class Libraries
Version: 1.2.6
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Depends on: 345483
Found By: ---
To reproduce
1. Run the code in Windows where first day of week is Monday
2. Open dropdown calendar
Observed:
First day of week is Sunday.
Expected:
First day of week should be Monday
Environment:
1.2.6 preview 2
NET 2 profile
System.Drawing & Configuration from Nov 24, 2007 monocharge
Windows XP Estonian regional settings
VCSE 2008
using System;
using System.Windows.Forms;
public class Test {
static void Main() {
Application.Run(new Form1());
}
}
class Form1 : Form {
public Form1() {
Controls.Add(new DateTimePicker());
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs