Hello,
I am using "RadDateTimePicker" for choosing only time. The issues is that when i change the hour in the "RadDateTimePicker" control,
the time automatically changes from PM To AM. Suppose the Time shown is "6:44:33 PM", Now if i select "6" (hour) and type 1 using keyboard, the PM part of date automatically changes to AM. Below is the code regarding how i have declare the RadDatetimePicker.
this.radDateTimePicker1.Culture = new System.Globalization.CultureInfo("en-CA");
this.radDateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
this.radDateTimePicker1.Location = new System.Drawing.Point(135, 176);
this.radDateTimePicker1.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
this.radDateTimePicker1.MinDate = new System.DateTime(2000, 12, 31, 0, 0, 0, 0);
this.radDateTimePicker1.Name = "radDateTimePicker1";
this.radDateTimePicker1.NullableValue = new System.DateTime(2012, 9, 11, 9, 28, 9, 125);
this.radDateTimePicker1.NullDate = new System.DateTime(((long)(0)));
this.radDateTimePicker1.ShowUpDown = true;
this.radDateTimePicker1.Size = new System.Drawing.Size(138, 20);
this.radDateTimePicker1.TabIndex = 93;
this.radDateTimePicker1.TabStop = false;
this.radDateTimePicker1.Text = "radDateTimePicker1";
this.radDateTimePicker1.Value = new System.DateTime(2012, 9, 11, 9, 28, 9, 125);
I am using "RadDateTimePicker" for choosing only time. The issues is that when i change the hour in the "RadDateTimePicker" control,
the time automatically changes from PM To AM. Suppose the Time shown is "6:44:33 PM", Now if i select "6" (hour) and type 1 using keyboard, the PM part of date automatically changes to AM. Below is the code regarding how i have declare the RadDatetimePicker.
this.radDateTimePicker1.Culture = new System.Globalization.CultureInfo("en-CA");
this.radDateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
this.radDateTimePicker1.Location = new System.Drawing.Point(135, 176);
this.radDateTimePicker1.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
this.radDateTimePicker1.MinDate = new System.DateTime(2000, 12, 31, 0, 0, 0, 0);
this.radDateTimePicker1.Name = "radDateTimePicker1";
this.radDateTimePicker1.NullableValue = new System.DateTime(2012, 9, 11, 9, 28, 9, 125);
this.radDateTimePicker1.NullDate = new System.DateTime(((long)(0)));
this.radDateTimePicker1.ShowUpDown = true;
this.radDateTimePicker1.Size = new System.Drawing.Size(138, 20);
this.radDateTimePicker1.TabIndex = 93;
this.radDateTimePicker1.TabStop = false;
this.radDateTimePicker1.Text = "radDateTimePicker1";
this.radDateTimePicker1.Value = new System.DateTime(2012, 9, 11, 9, 28, 9, 125);