In DateDt DEFAULT_PRECISION was added to default constructor.
This commit is contained in:
parent
93c34fdbbe
commit
e253d166c7
|
@ -47,6 +47,7 @@ public class DateDt extends BaseDateTimeDt {
|
|||
@SimpleSetter(suffix="WithDayPrecision")
|
||||
public DateDt(@SimpleSetter.Parameter(name = "theDate") Date theDate) {
|
||||
setValue(theDate);
|
||||
setPrecision(DEFAULT_PRECISION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue