public interface DateConverter
Modifier and Type | Method and Description |
---|---|
String |
format(Date date)
Convert a Date into a String
|
Date |
parse(String text)
Convert a String into a Date
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.