public class DateUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
format(Date date) |
static Date |
parse(String source) |
static Date |
toDate(byte[] array,
int offset,
int length) |
static Date |
toSQLDate(byte[] array,
int offset,
int length) |
static Timestamp |
toSQLTimestamp(byte[] array,
int offset,
int length) |
public static Date toDate(byte[] array, int offset, int length)
public static Date toSQLDate(byte[] array, int offset, int length)
public static Timestamp toSQLTimestamp(byte[] array, int offset, int length)
public static Date parse(String source) throws ParseException
ParseException
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.