public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static long |
toHighchartsTS(Date date)
Deprecated.
as of 4.0. Use
toHighchartsTS(Instant) |
static long |
toHighchartsTS(Instant date)
Gets the number of miliseconds from the Java epoch of
1970-01-01T00:00:00Z.
|
static Date |
toServerDate(double rawClientSideValue)
Deprecated.
as of 4.0. Use
toServerInstant(double) |
static Instant |
toServerInstant(double rawClientSideValue)
Converts UTC based raw date value from the client side rendering library
to an Instant value.
|
@Deprecated public static long toHighchartsTS(Date date)
toHighchartsTS(Instant)public static long toHighchartsTS(Instant date)
date - @Deprecated public static Date toServerDate(double rawClientSideValue)
toServerInstant(double)public static Instant toServerInstant(double rawClientSideValue)
rawClientSideValue - the raw value from the client sideCopyright © 2025. All rights reserved.