Here is code

You can see the button and the prev ,next overlap
How to hide the prev ,next text ??
DEMO
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
color: transparent;
}
You can use css to hide the next and previous button as shown in the demo
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
font-size: 0;
}
You can hide the font by setting the css font-size to 0.
Demo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With