> however, I want to add the time field as well, so I found DateTimeField
> which is working, however i don't know how to change the format of the date
> it displayed,  in DateTextfield I believe I can do that with using its
> constructor: new DateTextField("dateTextField", new
> PropertyModel(this,"date"), new StyleDateConverter("S-", true)), but
> DateTimeField only has a constructor: new
> DateTimeField("dateTimeFromTextField", new PropertyModel(this, "date")) so I
> don't know how to change its format,

Provide a custom datetextfield by overriding newDateTextField(String,
PropertyModel)

> also I want to prevent user to type in
> invalid date in the text field as well, becuase if user type some letters in
> the textfield next to the date picker then the date picker won't start
> properly as well.

I think there's an open issue for that.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to