public class DateTimeFormat extends Object
| Constructor and Description | 
|---|
DateTimeFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
abderaFormat(Date date)  | 
static Date | 
abderaParse(String value)  | 
static String | 
format(Date date)
Create the serialized string form from a java.util.Date 
 | 
static Date | 
parse(String value)
Parse the serialized string form into a java.util.Date 
 | 
public DateTimeFormat()
public static String format(Date date)
public static Date parse(String value)
value - The serialized string form of the datepublic static String abderaFormat(Date date)
public static Date abderaParse(String value)
Copyright © 2019 Nuxeo. All rights reserved.