this is my code:
dateTimePicker1.ShowUpDown = true;
dateTimePicker1.CustomFormat = "HH:MM";
dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
Hi I use Custom Format for my dateTimePicker until do not show second but its format hide AM/PM in dateTimePicker how can show AM/PM in this format
just add
ttforAM/PM.and it should be
mmfor minutes.