可以选择具体时间的控件!DTPicker只能选择年月日,有没有这样一个控件,可以同时选择年月日和几点几分?[解决
可以选择具体时间的控件!
DTPicker只能选择年月日,有没有这样一个控件,可以同时选择年月日和几点几分?
[解决办法]
DTPicker1.Format = 3
DTPicker1.CustomFormat = "yyyy-MM-dd hh:mm:ss "
可以选择具体时间的控件!
DTPicker只能选择年月日,有没有这样一个控件,可以同时选择年月日和几点几分?
[解决办法]
DTPicker1.Format = 3
DTPicker1.CustomFormat = "yyyy-MM-dd hh:mm:ss "