I have implemented a close button on my datetime picker by making changes in my bootstrap-datetimepicker.min.js. Here is the code.
<tr><td><button class="label label-danger" onclick="this.blur()">Close</button></td><tr>
When I click close, I want this datetime picker window to be closed. I've tried several thing but none are working. What should I do?
Not sure if I understand the problem. But something like this can work.