Windows Date Picker...

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

Hello, I am trying to alter the default date format shown in the date
picker control (windows) . I am using the "Custom Format" property and
setting this value to "ddd M/d/yy", but this has no effect. What am I
doing wrong?

Thanks in advance for your assistance!!!!
 
Jim,

Did you set the Format property to DateTimePickerFormat.Custom? You
need to do this so the picker knows to use your format.

Hope this helps.
 
Back
Top