Home »
MCQs »
JSF MCQs
Which of the following tags is used to turn user input into a date?
30. Which of the following tags is used to turn user input into a date?
- <f:convertDateTime>
- <f:convertDate>
- <f:convertTime>
- <f:DateTime>
Answer: A) <f:convertDateTime>
Explanation:
<f:convertDateTime> tag is used to turn user input into a date.