Reputation: 29
How to display the time and date of the system in real time on a inputText or tag calendar in jsf?
Upvotes: 0
Views: 112
Reputation: 24
JSF does not have a component that allows you to do that quickly, but there implemetaciones Primefaces jsf as having ready components.
<p:clock pattern="HH:mm:ss dd.MM.yyyy" mode="server" />
Upvotes: 1