我想将来自 primefaces 日历的选定日期存储在字符串属性中,格式为 yyyy/MM/dd。我能做什么?
我在想这样的事情:
<p:calendar value="#{bean.birthDate}" pattern="yyyy/MM/dd" />
其中birthDate 是一个字符串。
我想将来自 primefaces 日历的选定日期存储在字符串属性中,格式为 yyyy/MM/dd。我能做什么?
我在想这样的事情:
<p:calendar value="#{bean.birthDate}" pattern="yyyy/MM/dd" />
其中birthDate 是一个字符串。