public class FormatterDate extends AbstractFormatterTime<SimpleDateFormat>
cache| Constructor and Description |
|---|
FormatterDate() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
format(SimpleDateFormat pattern,
Object value,
Object[] args) |
protected SimpleDateFormat |
newInstance(String str) |
protected boolean |
testType(Object value) |
format, initializeprotected boolean testType(Object value)
testType in class AbstractFormatterTime<SimpleDateFormat>protected SimpleDateFormat newInstance(String str)
newInstance in class AbstractFormatterTime<SimpleDateFormat>protected String format(SimpleDateFormat pattern, Object value, Object[] args)
format in class AbstractFormatterTime<SimpleDateFormat>Copyright © 2016. All rights reserved.