edu.pdx.cs399J.core
Class FormattedDate
java.lang.Object
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.
|
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 |
FormattedDate
public FormattedDate()
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.