Hi.
I have a datepicker for selecting only years (since I want to retain fix the day and month)
This is the form for my model:
And I want fix the day and month when I select the year:

How can I set model=>Date.value = "31/12/" + selected year in the create and edit view so I can pass the value to the controller and pass de modelSatatet.isValid???
Date field in my model:

