Hi,
I have an inputDate component in my page.
My requirement is to show date & time and time in 24 hour format.
For example: 02/12/2014 15:27
I have this piece of code:
<af:inputDate label="Label 1" id="id1" autoSubmit="true">
<af:convertDateTime type="both" pattern="MM/dd/yyyy HH:mm"/>
</af:inputDate>
The datepicker is supposed to show the current date & time.
But it does not show the correct hours after noon. For example at 14:00 Hrs it shows the hours as 2, it should be showing 14.
I'm using Jdev: JDEVADF_11.1.2.0.0_GENERIC_110531.1615.6017
Any idea!!
Thanks,
Anil