Hi…All,
We are using <f:convertdatetime> to capture date from the user. The pattern is set to “MM/dd/YYYY”. But if the user enters only 2 character year, then the component is not converting the date properly.
For e.g. 01/02/03 re-renders as 01/02/0003
How do we force the user to enter 4 YYYY instead of YY when the pattern is set to “MM/dd/YYYY”
Regards,
Praveen