Adding some changes to DateTimeWidget. NIHVIVO-631
This commit is contained in:
parent
5b5f855856
commit
cf6d5098b4
2 changed files with 5 additions and 3 deletions
|
@ -30,10 +30,12 @@ precisionConstants.minute -- URI for precision
|
|||
precisionConstants.second -- URI for precision
|
||||
-->
|
||||
|
||||
${fieldName}
|
||||
<@dateTime specificity="${minimumPrecision}" required="${requiredLevel}" />
|
||||
|
||||
<#macro dateTime specificity="full" required=specificity>
|
||||
|
||||
|
||||
|
||||
<#assign specLevel = 10 />
|
||||
<#assign reqLevel = 10 />
|
||||
<#if specificity == "${precisionConstants.year}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue