Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道在 JSF 中处理小时分钟输入字段的首选方法是什么。
我正在使用带有 primefaces 5.2 的 JSF2.2
我想有一个小时输入字段和一个分钟输入字段,并将值以十进制和分数格式保存到 dabase。
那么它会很好,所以有一个转换器,例如,如果你需要以分钟或秒的精度存储。是否已经有一些可用的东西,还是我真的必须自己写一个?