I need to make it so that if someone clicks on a date on the Bootstrap datepicker plugin, it redirects them to a page like www.website.com/browse.php?date=DATECLICKED
.
This is my current code I'm using:
<li class="dropdown">
<a class="dropdown-toggle" id="dp" data-toggle="dropdown" data-date-format="mm-dd-yyyy">Custom Date <b class="caret"></b></a>
</li>
How would this be done?