How to select month and year only?
-
Me need to select only month of year. How can I do this?
-
Is this what you mean?
https://www.w3schools.com/js/js_date_methods.aspvar myDate = new Date(); var month = myDate.getMonth();
-
Use a combination with the following properties:
:emit-immediately=“true”
default-view=“Months”
mask=“YYYY/MM”