Got a dateTimePicker o
o.Format = DateTimePickerF ormat.Custom;
o.CustomFormat = "MM/dd/yyyy hh:mm tt";
the previous code work well when the Regional option is set to english
Canadian but do not display the AM or PM when the Regional option is set to
french canadian
o.Format = DateTimePickerF ormat.Custom;
o.CustomFormat = "MM/dd/yyyy hh:mm tt";
the previous code work well when the Regional option is set to english
Canadian but do not display the AM or PM when the Regional option is set to
french canadian
Comment