java - With facelets what is the equivalent to fmt:formatDate? -
I'm changing to see the handler for a JSP web page change.
What is the equivalent of fmt: Format date etc.?
I know that it is not supported. But is there any alternative? Implementation of a third level? Usually in JSF, you add a converter to the control:
& lt; H: output text value = "# {dateConverterBean.now}" & gt; & Lt; F: convert datetime type = "date" date style = "small" /> & Lt; / H: outputText>This means that they use the same.
Comments
Post a Comment