Last post Aug 11, 2020 07:03 PM by neoaguil17
Member
177 Points
629 Posts
Aug 05, 2020 11:55 PM|neoaguil17|LINK
Hi
I have the code
$('#datetimepicker1').datetimepicker({ format: 'DD/MM/YYYY', icons: { time: "far fa-clock", date: "far fa-calendar-alt", up: "fa fa-arrow-up", down: "fa fa-arrow-down" }, locale: 'es', });
How can I change the background of the calendar because its is transparent?
Contributor
2400 Points
745 Posts
Aug 06, 2020 08:03 AM|XuDong Peng|LINK
Hi neoaguil17,
I think this is not jquery-datetimepicker, it is bootstrap-datetimepicker.
Regarding the problem you are encountering now, I think you can solve it by customizing the style.
Please refer to Recolor bootstrap-datetimepicker, it may be helpful for you.
Best regards,
Xudong Peng
Aug 11, 2020 07:03 PM|neoaguil17|LINK
This is the library: https://tempusdominus.github.io/bootstrap-4/
The problem was some ccs declarations that affected the calendar. I removed some css statements and the calendar is perfect.
Member
177 Points
629 Posts
Datetimepicker JQUERY IS TRANSPARENT
Aug 05, 2020 11:55 PM|neoaguil17|LINK
Hi
I have the code
$('#datetimepicker1').datetimepicker({
format: 'DD/MM/YYYY',
icons: {
time: "far fa-clock",
date: "far fa-calendar-alt",
up: "fa fa-arrow-up",
down: "fa fa-arrow-down"
}, locale: 'es',
});
How can I change the background of the calendar because its is transparent?
Contributor
2400 Points
745 Posts
Re: Datetimepicker JQUERY IS TRANSPARENT
Aug 06, 2020 08:03 AM|XuDong Peng|LINK
Hi neoaguil17,
I think this is not jquery-datetimepicker, it is bootstrap-datetimepicker.
Regarding the problem you are encountering now, I think you can solve it by customizing the style.
Please refer to Recolor bootstrap-datetimepicker, it may be helpful for you.
Best regards,
Xudong Peng
Member
177 Points
629 Posts
Re: Datetimepicker JQUERY IS TRANSPARENT
Aug 11, 2020 07:03 PM|neoaguil17|LINK
Hi
This is the library: https://tempusdominus.github.io/bootstrap-4/
The problem was some ccs declarations that affected the calendar. I removed some css statements and the calendar is perfect.