Yee-Wah Lee created TRINIDAD-2504:
-------------------------------------
Summary: DateFormat.js incorrectly implements 'D' (day of year)
parsing
Key: TRINIDAD-2504
URL: https://issues.apache.org/jira/browse/TRINIDAD-2504
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Reporter: Yee-Wah Lee
Priority: Minor
1. Create an inputDate with a converter that uses 'D' (day of year) pattern and
no initial value
e.g.
<tr:inputDate id='id1'>
<tr:convertDateTime pattern='DDD'/>
</tr:inputDate>
2. Run the demo and pick the 1st of January (any year)
3. The input shows 355, the correct value should be 1.
--
This message was sent by Atlassian JIRA
(v6.2#6252)