$(document).ready(function() {
  $('input[name="fromDate"]').datepicker();
  $('input[name="toDate"]').datepicker();
});
