Constructor and Description |
---|
SqlDateConverter() |
Modifier and Type | Method and Description |
---|---|
Calendar |
toCalendar(Date date) |
Date |
toDate(Date date,
String sourceFormat,
String targetFormat) |
GregorianCalendar |
toGregorianCalendar(Date date) |
java.time.LocalDate |
toLocalDate(Date date) |
java.time.LocalDateTime |
toLocalDateTime(Date date) |
Timestamp |
toSqlTimestamp(Date date) |
java.time.ZonedDateTime |
toZonedDateTime(Date date) |
public GregorianCalendar toGregorianCalendar(Date date)
public java.time.LocalDate toLocalDate(Date date)
public java.time.LocalDateTime toLocalDateTime(Date date)
public java.time.ZonedDateTime toZonedDateTime(Date date)
Copyright © 2018 JBoss by Red Hat. All rights reserved.