public interface DateCodec
DateCodecFactory| Modifier and Type | Method and Description |
|---|---|
Date |
toDate(String date) |
String |
toString(Date date) |
Date toDate(String date) throws IllegalArgumentException
toParse - text to parseIllegalArgumentException - if the input is invalidCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.