Class DateDemo

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

public class DateDemo extends Object
This class demonstrates how to use the Java's day and time facilities.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      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.