I\'m working on a Wordpress website with the theme based on Bootstrap 3.
In a form I need to include calendar date pickers. I added a js library from eyecon (Demo W
Try this code snippet:
$('#changestartdate').datetimepicker({ minDate:new Date() });