public class ConverterTimestampPatternTemplate extends ConverterDatePatternTemplate
patterncacheTimezone, FEATURE_TIMEZONE, timezone| Constructor and Description |
|---|
ConverterTimestampPatternTemplate(String pattern)
Create a SimpleDateFormat using the given pattern.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value,
Object[] args)
Convert a given object to another using some arguments as auxiliary.
|
getTimezone, getZone, initialize, setTimezoneacceptpublic ConverterTimestampPatternTemplate(String pattern)
pattern - Pattern.public Object convert(Object value, Object[] args) throws ConverterException
IConverterconvert in interface IConverterconvert in class ConverterDatePatternTemplatevalue - The value to be converted.args - The arguments.ConverterException - On conversion errors.Copyright © 2016. All rights reserved.