  Calendar.setup(
    {
      inputField  : "datum",         // ID of the input field
      ifFormat    : "%a, %d.%m.%y",    // the date format
      button      : "trigger"       // ID of the button
    }
  );
