public class LocalDateLongStyleFormatter extends Object implements DateFormatter
A date formatter that can format dates in the current locale in long format.
|
Note
|
Does not support parsing. |
| Constructor and Description |
|---|
LocalDateLongStyleFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Date date) |
Date |
parse(String date) |
boolean |
supportsParse() |
public String format(Date date)
format in interface DateFormatterpublic Date parse(String date) throws ParseException
parse in interface DateFormatterParseExceptionpublic boolean supportsParse()
supportsParse in interface DateFormatterCopyright © 2022. All Rights Reserved.