クラス
org.apache.commons.lang.time.FastDateFormat の使用

FastDateFormat を使用しているパッケージ
org.apache.commons.lang.time 日時と期間を扱うクラスとメソッドを提供します。  
 

org.apache.commons.lang.time での FastDateFormat の使用
 

FastDateFormat として宣言されている org.apache.commons.lang.time のフィールド
static FastDateFormat DateFormatUtils.ISO_DATETIME_FORMAT
          タイムゾーンを含まない ISO8601 の日付-時間のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT
          タイムゾーンを含む ISO8601 の日付-時間のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_DATE_FORMAT
          タイムゾーンを含まない ISO8601 の日付のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_DATE_TIME_ZONE_FORMAT
          タイムゾーンを含む ISO8601 に似た日付のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_TIME_FORMAT
          タイムゾーンを含まない ISO8601 の時間のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_TIME_TIME_ZONE_FORMAT
          タイムゾーンを含む ISO8601 の時間のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_TIME_NO_T_FORMAT
          タイムゾーンを含まない ISO8601 に似た時間のフォーマッターです。
static FastDateFormat DateFormatUtils.ISO_TIME_NO_T_TIME_ZONE_FORMAT
          タイムゾーンを含む ISO8601 に似た時間のフォーマッターです。
static FastDateFormat DateFormatUtils.SMTP_DATETIME_FORMAT
          SMTP(等で使用される)日付のヘッダの様式です。
 

FastDateFormat を返す org.apache.commons.lang.time のメソッド
static FastDateFormat FastDateFormat.getInstance()
          デフォルトのロケールとデフォルトのパターンを用いてフォーマッターのインスタンスを取得します。
static FastDateFormat FastDateFormat.getInstance(String pattern)
          デフォルトのロケールと指定されたパターンを用いてフォーマッターのインスタンスを取得します。
static FastDateFormat FastDateFormat.getInstance(String pattern, TimeZone timeZone)
          指定されたパターンと指定されたタイムゾーンを用いてフォーマッターのインスタンスを取得します。
static FastDateFormat FastDateFormat.getInstance(String pattern, Locale locale)
          指定されたパターンと指定されたロケールを用いてフォーマッターのインスタンスを取得します。
static FastDateFormat FastDateFormat.getInstance(String pattern, TimeZone timeZone, Locale locale)
          指定されたパターン、タイムゾーン、ロケールを用いてフォーマッターのインスタンスを取得します。
static FastDateFormat FastDateFormat.getDateInstance(int style, TimeZone timeZone, Locale locale)
          指定されたスタイル、タイムゾーン、ロケールを用いて日付のフォーマッターインスタンスを取得します。
static FastDateFormat FastDateFormat.getTimeInstance(int style, TimeZone timeZone, Locale locale)
          指定されたスタイル、タイムゾーン、ロケールを用いて時間のフォーマッターインスタンスを取得します。
static FastDateFormat FastDateFormat.getDateTimeInstance(int dateStyle, int timeStyle, TimeZone timeZone, Locale locale)
          指定されたスタイル、タイムゾーン、ロケールを用いて日付/時間のフォーマッターインスタンスを取得します。
 



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation