Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想问一下,我可以在 VB.Net 的 datetimepicker 中使用 12/10/93 日期格式吗?特别是 mm/dd/yy。如果可以,怎么做?
在 DateTimePicker 的属性窗口中,将 Format 设置为 Custom,然后将 CustomFormat 设置为MM/dd/yy,注意大写MM,小写保留分钟。
MM/dd/yy
MM