Hi Manolo,
Greetings from Syncfusion.
Yes, you can use the Datepicker for Year and Month selection by setting the
start and
depth views of Datepicker calendar and
date format to “MM/yyyy” as given in the below code.
<div class="control-section">
<div id="control_wrapper">
<ejs-datepicker start="Year" format="MM/yyyy" depth="Year"></ejs-datepicker>
</div>
</div>
We have prepared a sample for your reference.
Please check the below API page to know more about the configuration options available in Datepicker.
Regards,
Deepa L.