I want to use the calendar to input date and time,
<t:inputCalendar id="birthDate"
value="#{member.birthDate}"
validator="#{memberBirthDateValidator.validate}"
renderAsPopup="true"
popupTodayString="#{messages['popup_today_string']}"
popupWeekString="#{messages['popup_week_string']}"
popupDateFormat="dd.MM.yyyy:HH:mm"
helpText="dd.MM.yyyy:HH:mm">
</t:inputCalendar>
When the calendar is opened, it shows the correct date and time,for
example : today is 11.11.2006:19:20
but when i select the date, the inputfield ist initialized with
11.11.2006:00:00.
Well any chance to get current time initialized in the inputfield?
Thank your very much,
Holger