user3850191
user3850191

Reputation: 29

display date system in h:inputText

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

Answers (1)

Edwin Maza Jara
Edwin Maza Jara

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" />

Clock

Upvotes: 1

Related Questions