Multiple choice technology web technology

You can obtain the effect of an tag using:

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Both approaches are equivalent. h:outputFormat is a convenience tag that internally uses f:convertDateTime for date formatting. Wrapping f:convertDateTime inside h:outputText achieves the same result, as the converter applies to the outputText value.