I am using bootstrap-datepicker from here: https://github.com/eternicode/bootstrap-datepicker
version: 2.3.2
I am having trouble to clear the date values of
Current version 1.4.0 has clearBtn option:
$('.datepicker').datepicker({ clearBtn: true });
Besides adding button to interface it allows to delete value from input box manually.