DateTimePicker format

  • Thread starter Thread starter faith
  • Start date Start date
F

faith

Good Afternoon,

Does anyone know how to use the customformat in the
datatimepicker. I am putting in mm/dd/yyyy and the
format does not change.

Thanks!
 
Take a look at the help for DateTimePicker.CustomFormat.

You must also set the value of the Format property to Custom.

HTH
Brian W
 
* "faith said:
Does anyone know how to use the customformat in the
datatimepicker. I am putting in mm/dd/yyyy and the
format does not change.

Set its 'Format' property to 'Custom'.
 
Back
Top