Using Datetime Picker control
Datetimepicker control format is 00 (minutes only, upto 59 minutes)
When i load the form, it should display 05 minutes defautly…
Example
Form1
Datetimepicker control `00` (Up/Down Format)
When i load the form1, then Datetimepicker control should display 05 instead of 00
How to do this.
Need vb6 code help
If my memory serves me right then
00is the incorrect format. It should be like this (Writing this off my memory but I am sure this is good to go)Also
DTPicker1.CustomFormatis case sensitive so it has to bemmand notMMEDIT
Just wanted to be 100% sure so I went back and tested it myself… LOL. Yes, it works.
SNAPSHOT