Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set custom format for datetimepicker in vb.net?

Tags:

vb.net

I just want to ask something, can I use a 12/10/93 date format in datetimepicker in VB.Net? mm/dd/yy specifically. If I can, how?

like image 658
user2765899 Avatar asked Oct 17 '25 14:10

user2765899


1 Answers

In the properties window for your DateTimePicker, set Format to Custom, then set CustomFormat to MM/dd/yy, note the upper case MM, lower case is reserved for minutes.

enter image description here

like image 162
Neolisk Avatar answered Oct 20 '25 06:10

Neolisk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!