  Calendar.setup(
    {
      inputField  : "sdate",         // ID of the input field
      ifFormat    : "%Y-%m-%d",    // the date format
      button      : "data_de_trigger"       // ID of the button
    }
  );

