edu.pdx.cs399J.core
Class FormattedDate

java.lang.Object
  extended by edu.pdx.cs399J.core.FormattedDate

public class FormattedDate
extends Object

This program reads a date and time from the command in DateFormat.MEDIUM format and prints it back out in all four formats.


Constructor Summary
FormattedDate()
           
 
Method Summary
static void main(String[] args)
          The command line contains a date to be formatted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormattedDate

public FormattedDate()
Method Detail

main

public static void main(String[] args)
The command line contains a date to be formatted



Copyright © 2000-2009 Portland State University. All Rights Reserved.