Date Time Picker
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have two date time picker i want to do as when i increase only the year in the DateTimeOicker 1 Then year of the DateTimeOicker 2 automatically increase for doing this what should i do, Thanks Sajjad Ali
-
Hi, I have two date time picker i want to do as when i increase only the year in the DateTimeOicker 1 Then year of the DateTimeOicker 2 automatically increase for doing this what should i do, Thanks Sajjad Ali
Create an event for the change in DateTimePicker 1. In that event, increment DateTimePicker 2.