So they should always be no in sync so how java formats the string this will also be how _javascript_ formats the string.
johan
Apparently, my initial value in the old default value is confusing the DatePicker; if I reformat my initial value the DatePicker pops up the correct year and month.
Since the default format apparently changed, it may not be safe for me to rely on it. What ifformat string, and how do I use it to control the DatePicker's format? I don't see it used in the FormInput example:
<label wicket:id="dateLabel" for="">dateProperty">Date</label>
<input wicket:id="dateProperty" id="dateProperty" type="text" size="40"/>
<span wicket:id="datePicker"></span>
/Frank
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Johan Compagner
Sent: Thursday, May 04, 2006 10:30 AMSubject: Re: [Wicket-user] DatePicker not work for 1.2RC3 ?
what is the ifformat string that is embedded in youre html file for that datepicker??
And what does it say at first in the field itself? how is it formatted then?
johan
On 5/4/06, Frank Silbermann < [EMAIL PROTECTED]> wrote:
I have a different problem. It's popping up, but when I select today's date it gives me
02/05/2170
^^^^^^
for today's date.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of smallufo
Sent: Wednesday, May 03, 2006 11:20 PM
To: [email protected]
Subject: [Wicket-user] DatePicker not work for 1.2RC3 ?
Hi
Anybody has problem about DatePicker on 1.2 RC3 ?
It worked on 1.2 RC2 , but after I upgrade to 1.2 RC3 (both wicket and wicket-extensions) ,
it doesn't work , the calendar doesn't pop-up anymore...
Anybody has this problem too ?
