public class RelationDate extends Object
Modifier and Type | Method and Description |
---|---|
static Calendar |
getCalendar(Literal dateLiteral) |
static Date |
getDate(Literal dateLiteral) |
protected static DateFormat |
getDateFormat() |
static Literal |
getLiteralDate(Calendar cal) |
static Literal |
getLiteralDate(Date date)
Returns Literal for given date.
|
protected static DateFormat getDateFormat()
public static Literal getLiteralDate(Date date)
public static Literal getLiteralDate(Calendar cal)
public static Calendar getCalendar(Literal dateLiteral)
Copyright © 2017 Nuxeo. All rights reserved.