Package edu.pdx.cs410J.datesAndText


package edu.pdx.cs410J.datesAndText
  • Classes
    Class
    Description
    This class shows off some of Java's internationalization (i18n) capabilities using the Locale class.
    This class demonstrates how to use the Java's day and time facilities.
     
    This program reads a date and time from the command in DateFormat.MEDIUM format and prints it back out in all four formats.
    Demonstrated J2SE 1.5's facilities for printf-style formatting.
     
    This program demonstrates how to use the SimpleDateFormat class to format and parse dates.
    This program reads in Dates from standard in using DateFormat.SHORT.
    Prints out information about today's date.
    Demonstrates variable-length method arguments in J2SE 1.5.