 
  $(document).ready(function(){
    $('input.datepicker').datepicker({ duration: 'fast' });
  });

