Here is my website: http://splash.inting.org/wp/
I currently use the Bootstrap Datepicker (range branch) for my Call Date field and it\'s been great.
Although I
I managed to get acceptable solution as follow:
$(".date").datetimepicker({ defaultDate: moment(), format: 'YYYY-MM-DD' }).end().on('keypress paste', function (e) { e.preventDefault(); return false; });
Hope it works for you too!