Hi everyone,
I need to change the datepicker for date field to show only months. This means that user should have only the list of months (without days) for selected year.
Is there a way to do this?
Best regards
Hi everyone,
I need to change the datepicker for date field to show only months. This means that user should have only the list of months (without days) for selected year.
Is there a way to do this?
Best regards
you’ll need to modify the core, I think that the date picker is jquery, try to find the code and change it to something like this http://stackoverflow.com/questions/2208480/jquery-ui-datepicker-to-show-month-year-only
best regards