Adding test for DateTimeWithPrecision.
This commit is contained in:
parent
b8ec635ac0
commit
30e1269c3e
4 changed files with 333 additions and 63 deletions
|
@ -8,9 +8,4 @@ day: <input name="${fieldName}.day" type="text" value="${day}"/> <br/>
|
|||
hour: <input name="${fieldName}.hour" type="text" value="${hour}"/> <br/>
|
||||
minute: <input name=${fieldName}.minute" type="text" value="${minute}"/> <br/>
|
||||
second: <input name=${fieldName}.second" type="text" value="${second}"/> <br/>
|
||||
<br/>
|
||||
<select name="${fieldName}.precision" >
|
||||
<#list possiblePrecisions as uri>
|
||||
<option value="${uri}"<#if uri == precision>selected="selected"</#if>>${uri}</option>
|
||||
</#list>
|
||||
</select>
|
||||
<br/>
|
Loading…
Add table
Add a link
Reference in a new issue