jQuery(document).ready(function ($) {
   $('input.date-field').datepicker();
});