public class DateUtils extends Object
Constructor and Description |
---|
DateUtils() |
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 © 2016. All rights reserved.