DateTimePicker WINFORM

  • Thread starter Thread starter andrewcw
  • Start date Start date
A

andrewcw

Simple question, my control has a default form of the day
of the week then month, etc.

How can I get it to show something like
dateTimePicker.Value.ToShortDateString()

which is like 10/22/2003

Thanks ! Andrew
 
* "andrewcw said:
Simple question, my control has a default form of the day
of the week then month, etc.

How can I get it to show something like
dateTimePicker.Value.ToShortDateString()

which is like 10/22/2003

Do you want to use this custom format with the DateTimePicker control or
your own control?
 
Back
Top