   JotForm.init(function(){
      Calendar.setup({
          triggerElement:"input_13_pick",
          dateField:"year_13",
          selectHandler:JotForm.formatDate
      });
      Calendar.setup({
          triggerElement:"input_16_pick",
          dateField:"year_16",
          selectHandler:JotForm.formatDate
      });
   });
