Good Day Programmer's ^_^
i'm having a problem with this
two DateTimePicker
in DateTimePicker1 the format or value is "dd-MMM-yyyy" or "01/Jan/2012"
and in DateTimePicker2 the format or value is "yyyy" or "2012"
when i change the year in DateTimePicker2 to change the year in DateTimePicker1
i'm getting an error..
how do i change only the Year in DateTimePicker1 base on the DateTimePicker2 that i change?? that the DATE on DateTimePicker1 will not change, how to do that??