I have a datetimepciker and set the time as below:
But it's not changes it's time with system time. it's just showing time like sticky it's value is not changing with system time.
how to set it with keeping changes time with system time?.
Code:
dateTimePicker1.Format = DateTimePickerFormat.Custom; dateTimePicker1.CustomFormat = "hh:mm:tt";
how to set it with keeping changes time with system time?.
Comment