hi sir,
i use the above code posted on 11 -10-20216 that one we have facing the problem when we selected the year is hide and click ok that year show in textbox. below example i show in screenshot.
the enable.png i put only one
.monthCellClass {
display: none;
}
but it show month also
the disable.png i put both
.monthCellClass {
display: none;
}
.rcSelected {
display:none;
}
it dose not show month but select year is not show that i mark in red box.
Note: I need to show only year not month.
i use the above code posted on 11 -10-20216 that one we have facing the problem when we selected the year is hide and click ok that year show in textbox. below example i show in screenshot.
the enable.png i put only one
.monthCellClass {
display: none;
}
but it show month also
the disable.png i put both
.monthCellClass {
display: none;
}
.rcSelected {
display:none;
}
it dose not show month but select year is not show that i mark in red box.
Note: I need to show only year not month.