The problem is , am using it with a compound property model and there is not
constructor that takes only the String , and the converter.

Can i mix PropertyModel and CompoundPropertyModel on the same form?

Thanks for your help.

Josh.

On Sun, Feb 27, 2011 at 11:45 AM, Martin Grigorov <[email protected]>wrote:

> See
> org.apache.wicket.datetime.markup.html.form.DateTextField.DateTextField(String,
> IModel<Date>, DateConverter)
> The 3rd argument is what you need to tweak.
>
> On Sun, Feb 27, 2011 at 10:17 AM, Josh Kamau <[email protected]>
> wrote:
>
> > Hi there,
> >
> > How do i change the DateTimeFormat of the
> > org.apache.wicket.extensions.yui.calendar.DateTimeField component? .
> > Currently it displays the date in mm/dd/yyyy format. i would like to make
> > it
> > display as dd/mm/yyyy format.
> >
> > Josh.
> >
>

Reply via email to