I could do it but why it should be lower cased ?
What will happen with months (MM)? They will become minutes (mm). Is
this correct ?

I see there is sdf.toPattern().toLowerCase() below but this seems like a
bug to me.

Can you give more details because I'm not using this behavior.

El lun, 16-02-2009 a las 10:00 +0000, Dipu escribió:
> In Wicket Stuff - Jquery - DatePicker - DatePickerBehavior
> 
> the following line in the onBind() method
> 
>  if (component instanceof ITextFormatProvider) {
>               format_ = ((ITextFormatProvider) component).getTextFormat();
> 
> should be
> 
>  if (component instanceof ITextFormatProvider) {
>               format_ = ((ITextFormatProvider)
> component).getTextFormat().toLowerCase();
> 
> 
> i have created a patch, can some one apply the patch please.
> 
> 
> regards
> dipu
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to