Ah, ok.  short_time in 1.1.1 gives me the time I want, but also shows a date.  I forgot about the convertDateTime.

Thanks for the replies guys!

-Elam

On 1/6/06, Volker Weber <[EMAIL PROTECTED]> wrote:
Hi,

you can use an explicit converter:

<t:inputdate value="#{someDate} type="time">
  <f:convertDateTime timeZone="EST" pattern="h:mm a" >
</t:inputdate>

should do what you want.

Regards,
  Volker

Elam Daly wrote:
> Hi All,
>
> I have this - <t:inputdate value="#{someDate} type="time"
> timeZone="EST"  ampm="true"/>
> and am having two problems:
> 1. The ampm attribute in the inputDate component is causing an exception
> with MyFaces 1.1.1.  - "Attribute ampm invalid for tag inputDate
> according to TLD"
> 2.  The seconds are showing, which I don't want.  Is there someway to
> get rid of them?
>
> Thanks,
> -Elam

--
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to