Class AroundTheWorld

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

public class AroundTheWorld extends Object
This class shows off some of Java's internationalization (i18n) capabilities using the Locale class.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Parses the command line to determine which locale to display information in. Prints out dates, times, and currencies using various locales.