Good day, I have a problem wanting to put a datepicker in my code, it does not show me the days of the week, name of the month and some buttons .. well if it shows them but they are in white someone knows how I can modify this ?
I'm using
Good day, I have a problem wanting to put a datepicker in my code, it does not show me the days of the week, name of the month and some buttons .. well if it shows them but they are in white someone knows how I can modify this ?
I'm using
It's a CSS problem, you might be using the datepicker-switch class in another side (there may be conflict in bootstrap)
I recommend that you add from your css:
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
color: #000 !important;
}