T
Tony Johansson
Hi!
I have a DateTimePicker that have this format Friday, April 02, 2010 when
the DateTimePicker is displaying the
date which is the correct format according to the specification.
Now to my question is it possible to get the same format which is this
Friday, April 02, 2010 when I
use the Value property on DateTimePicker
string s = dateTimePickerDate.Value.ToString();
The string s in this case get this format 4/2/2010 12:57:16 PM and not the
format that I had expected.
//Tony
I have a DateTimePicker that have this format Friday, April 02, 2010 when
the DateTimePicker is displaying the
date which is the correct format according to the specification.
Now to my question is it possible to get the same format which is this
Friday, April 02, 2010 when I
use the Value property on DateTimePicker
string s = dateTimePickerDate.Value.ToString();
The string s in this case get this format 4/2/2010 12:57:16 PM and not the
format that I had expected.
//Tony