Package edu.pdx.cs410J.datesAndText
Class SortDateFormatSHORT
java.lang.Object
edu.pdx.cs410J.datesAndText.SortDateFormatSHORT
This program reads in
Date
s 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
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SortDateFormatSHORT
public SortDateFormatSHORT()
-
-
Method Details
-
main
- Throws:
IOException
-