I am using a bootstrap datetimepicker. i have requirement add popover near to the year

(https://i.sstatic.net/Q5P0wxnZ.png) I have a requirement to show a popover at the location of the “Select Year” tooltip in the Bootstrap datetimepicker,

I have go through the datetimepicker and I couldn’t find any solution it shows tooltip .

$(‘.date’).datetimepicker({
format: ‘DD-MM-YYYY’,
tooltips: {
selectYear: ‘To easily change the year, rather than using the left/right arrow icons, click on the year at the top (e.g. 2024) and select the year you require, followed by the month.’
}
});

instead of tooltip i want to show popover