public class DateAttributeToDataContentConverter extends java.lang.Object implements Converter<java.util.Date,java.lang.String>
Date.
Converts the Date to its proper Instant object and formats the date from ZoneOffset.UTC zone.| Constructor and Description |
|---|
DateAttributeToDataContentConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(java.util.Date source)
Uses the source
S object and produces an new instance of T. |
public java.lang.String convert(java.util.Date source)
ConverterS object and produces an new instance of T.Copyright © 2018 SAP SE. All Rights Reserved.