Package edu.pdx.cs410J.datesAndText
package edu.pdx.cs410J.datesAndText
-
ClassDescriptionThis 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 inDateFormat.MEDIUM
format and prints it back out in all four formats.Demonstrated J2SE 1.5's facilities forprintf
-style formatting.This program demonstrates how to use theSimpleDateFormat
class to format and parse dates.This program reads inDate
s from standard in usingDateFormat.SHORT
.Prints out information about today's date.Demonstrates variable-length method arguments in J2SE 1.5.