Using jquery and the Bootstrap Datepicker, how do I get the new date value I selected using the Bootstrap Datepicker? FYI, I\'m using Rails 3 and Coffescript.
I set
Try this using HTML like here:
var myDate = window.document.getElementById("startdate").value;