'Changing DateTimePicker format to system format

Can DateTimePicker's format be changed to whatever format the computer is using? Whether it's mm/dd/yyyy or dd/mm/yyyy? I want the DateTimePicker to change its own format depending on the system format. (C# / Visual Studio)



Solution 1:[1]

I know its not an answer but here it is working

My pc set to UK date format

enter image description here

now set to US

enter image description here

really feels like you have set a custom date format

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 pm100