@Deprecated public class ThreadLocalTransformationDateFormats extends Object implements TransformationDateFormats
XhtmlTransformationDateFormat instead to fetch a date formatter for XHTML rendering| Constructor and Description |
|---|
ThreadLocalTransformationDateFormats()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(Date date)
Deprecated.
Delegates to
DateFormat.format(Date) |
DateFormat |
getPostingDayFormat()
Deprecated.
|
Date |
parse(String source)
Deprecated.
Delegates to
DateFormat.parse(String) |
public ThreadLocalTransformationDateFormats()
@Deprecated public DateFormat getPostingDayFormat()
getPostingDayFormat in interface TransformationDateFormatspublic Date parse(String source) throws ParseException
TransformationDateFormatsDateFormat.parse(String)parse in interface TransformationDateFormatssource - a String whose beginning should be parsedParseExceptionpublic String format(Date date)
TransformationDateFormatsDateFormat.format(Date)format in interface TransformationDateFormatsdate - the date-time value to be formatted into a date-time stringCopyright © 2003–2016 Atlassian. All rights reserved.