@Deprecated public class VPRDateTimeFormat extends Object
This format allows for representation of imprecise dates like JULY '78 or 1978 (which would be equivalent to 19780700 and 19780000, respectively). More precise times are stored internally in the VPR utilizing the SQL TIMESTAMP type.
Modifier | Constructor and Description |
---|---|
protected |
VPRDateTimeFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.joda.time.format.DateTimeFormatter |
date()
Deprecated.
|
static PointInTime |
parse(String text)
Deprecated.
|
static PointInTimeFormatter |
pointInTimeParser()
Deprecated.
|
static PointInTime |
toPointInTime(String text)
Deprecated.
|
public static org.joda.time.format.DateTimeFormatter date()
public static PointInTimeFormatter pointInTimeParser()
public static PointInTime parse(String text)
public static PointInTime toPointInTime(String text)
Copyright © 2013 Department of Veterans Affairs. All Rights Reserved.