Currently it will show the date the control was created and not the current date. If I msgbox the control in form_init, it now shows the current date.
Weird.....
how to set current date in datepicker control?
Printable View
Currently it will show the date the control was created and not the current date. If I msgbox the control in form_init, it now shows the current date.
Weird.....
how to set current date in datepicker control?
DTPicker1.Value = Date
:)