public class DateConverter extends Object implements IConverter<Date>
| Constructor and Description |
|---|
DateConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertObjectToString(Locale loc,
Date in) |
Date |
convertStringToObject(Locale loc,
String input) |
public String convertObjectToString(Locale loc, Date in) throws UIException
convertObjectToString in interface IObjectToStringConverter<Date>UIExceptionpublic Date convertStringToObject(Locale loc, String input) throws UIException
convertStringToObject in interface IStringToObjectConverter<Date>UIExceptionCopyright © 2017 etc.to. All rights reserved.