As properties The value of the date / time picker parameter does not allow you to enter the default DateTime.Now value, I tried to set it in the code:
Private Sub DataFrom_ValueChanged(sender As System.Object, e As System.EventArgs) Handles DataForm.ValueChanged DataFrom.Value = DateTime.Now End Sub
It really shows the current opening date of the form by choosing a date / time. However, you cannot set any other date from the drop-down calendar (you can select a date, which means that the calendar drops out, which allows you to specify the date, but after clicking on the selection, the date / time of the selection returns to the current date).
Thank you in advance for some testimony. Marek
source share