Class SortDateFormatSHORT

java.lang.Object
edu.pdx.cs410J.datesAndText.SortDateFormatSHORT

public class SortDateFormatSHORT extends Object
This program reads in Dates from standard in using DateFormat.SHORT. Then it adds them to a SortedSet to see how their sorted. One of my students claimed that DateFormat.SHORT didn't parse 4-digit dates correct. This test will see if she was right.
Version:
$Revision: 1.2 $
Author:
David Whitlock