dateTimeIntervalForm and dateTimeValueForm now display full year.
This commit is contained in:
parent
cf7a20a30f
commit
ee844c9f3d
3 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ public class DateTimeWithPrecision extends BaseEditElement {
|
|||
|
||||
this.displayRequiredLevel = toPrecision( displayRequiredLevelUri );
|
||||
if( this.displayRequiredLevel == null )
|
||||
throw new IllegalArgumentException(minimumPrecisionURI
|
||||
throw new IllegalArgumentException(displayRequiredLevelUri
|
||||
+" is not a valid precision for displayRequiredLevel, see VitroVocabulary.Precision");
|
||||
|
||||
// if( this.displayRequiredLevel.ordinal() < this.minimumPrecision.ordinal() ){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue