|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.util.formatter.DateFormatter
public class DateFormatter
Format a date for output in a client application. This implementation
uses the SimpleDateFormat
standard formatting routines.
SimpleDateFormat
Field Summary | |
---|---|
private DateFormat |
dateFormat
|
private String |
format
|
Constructor Summary | |
---|---|
DateFormatter(DateFormat dateFormat)
Create a new date formatter. |
|
DateFormatter(String format)
Create a new date formatter. |
Method Summary | |
---|---|
String |
format(Date value)
Format a value by converting it to a string. |
DateFormat |
getDateFormat()
Get access to the underlying DateFormat object
used for formatting and parsing dates. |
Date |
parseString(String value)
Parse a string and return a value of the correct type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DateFormat dateFormat
private String format
Constructor Detail |
---|
public DateFormatter(DateFormat dateFormat)
dateFormat
- The date format to use when formattingpublic DateFormatter(String format)
format
- The date format to use when formattingSimpleDateFormat
Method Detail |
---|
public String format(Date value)
Formatter
format
in interface Formatter<Date>
value
- The value to format
public Date parseString(String value)
Formatter
parseString
in interface Formatter<Date>
value
- The string to parse
public DateFormat getDateFormat()
DateFormat
object
used for formatting and parsing dates.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |