public class DateUtils extends Object
Modifier and Type | Method and Description |
---|---|
static long |
toLocalDate(TimeZone browserTZ,
TimeZone targetTZ,
Date utcDate) |
static Date |
toUtcDate(TimeZone browserTZ,
TimeZone targetTZ,
Date localDate) |
static Date |
toUtcDate(TimeZone browserTZ,
TimeZone targetTZ,
long localDate) |
static Date |
toUtcDate(TimeZone browserTZ,
TimeZone targetTZ,
String localDate) |
Copyright © 2019. All rights reserved.