Hi,
When my form loads the date time picker states the day as 12 April 2008, however is it possible to change this to 12/04/2008?
Thanks
Printable View
Hi,
When my form loads the date time picker states the day as 12 April 2008, however is it possible to change this to 12/04/2008?
Thanks
Hello,
The DateTimePicker.CustomFormat property is what you are looking for: http://msdn2.microsoft.com/en-us/lib...tomformat.aspx
Also, read more about custom DateTime formats here: http://msdn2.microsoft.com/en-us/lib...d4(VS.80).aspx
Thanks you very much