J
Jeff0803
Guest
I want to have user choose hour only from DateTimePicker control.
I set the properties like following.
this.dateTimePicker1.Format = DateTimePickerFormat.Custom;
this.dateTimePicker1.CustomFormat = "hh tt";
And then the result is like following.
I want to remove the calendar icon.
How to do this?
Continue reading...
I set the properties like following.
this.dateTimePicker1.Format = DateTimePickerFormat.Custom;
this.dateTimePicker1.CustomFormat = "hh tt";
And then the result is like following.
I want to remove the calendar icon.
How to do this?
Continue reading...