public int compareTo(Assignment other)
{
  return -date.compareTo(other.date);
} // end compareTo
