jp.osdl.jbento2
クラス StateDateFormatter
java.lang.Object
jp.osdl.jbento2.StateDateFormatter
public class StateDateFormatter
- extends Object
メソッドの概要 |
Date |
nextDate(String str)
If str is earlier than previous str, increment addedField and return
incremented Date. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE
public static int DATE
StateDateFormatter
public StateDateFormatter(String formatString,
int addedField)
nextDate
public Date nextDate(String str)
throws ParseException
- If str is earlier than previous str, increment addedField and return
incremented Date.
- パラメータ:
str
- date format.
- 戻り値:
- calculated date
- 例外:
ParseException
Copyright © 2005-2008 The JBento Project. All Rights Reserved.