/**
  * Gets the date entered in the form
  *
  * @return The date entered in the form
  */
 public Date getDate() {
   return datePanel.getDate();
 }