public final class DatetimeHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Date |
datetime(String d)
A proxy call to
parse(String) but allows for syntax similar to Gremlin grammar of datetime() . |
static String |
format(Instant d)
Formats an
Instant to a form of 2018-03-22T00:35:44Z at UTC. |
static Date |
parse(String d)
Parses a
String representing a date and/or time to a Date object with a default time zone offset
of UTC (+00:00). |
public static String format(Instant d)
Instant
to a form of 2018-03-22T00:35:44Z
at UTC.public static Date parse(String d)
String
representing a date and/or time to a Date
object with a default time zone offset
of UTC (+00:00). It can parse dates in any of the following formats.
public static Date datetime(String d)
parse(String)
but allows for syntax similar to Gremlin grammar of datetime()
.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.