Package edu.pdx.cs410J.datesAndText
Class DateDemo
java.lang.Object
edu.pdx.cs410J.datesAndText.DateDemo
This class demonstrates how to use the Java's day and time
facilities.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DateDemo
public DateDemo()
-
-
Method Details
-
main
This main method works with dates. If there are any arguments on the command line, they are interpreted as a date to be parsed. Otherwise, the current day/time are used.
-