使用orbeon-4.1.0.201304182144-PE,我遇到了智能日期完成的问题。
我已经包含了配置属性:
<property as="xs:string" name="oxf.xforms.format.input.date" value="[D]/[M]/[Y]"/>
以欧式日期作为输入。
智能日期完成的条件:
来自Input Control-Forms的当oxf.xforms.format.input.date属性以[D:例如: 20/10
似乎没有触发。我明白了:
Input Output
20 20/5/2013 (Correct)
20/5 Not Valid (Incorrect, should be 20/5/2013)
20/5/13 20/5/2013 (Correct)
5/20 20/5/2013 (Incorrect, should be Not Valid)
这是一个错误吗?