Is there a way to destroy the Bootstrap datepicker dynamically updating its options like format, beforeShowDay, etc.? I know that the jQuery UI datepicker has a destroy method b
I actually found it more to just remove the element's ID, clone it, and add the ID back in.