No I need this datepattern because the user should be able to change the time 
of a day. I also need true because the server and the client are in different 
timezones.

Is there another way to change the default?


Mit freundlichen Grüßen
Christoph Manig
Systems Engineer

T-Systems International GmbH
Systems Integration - SC Travel, Transport & Logistics
Hoyerswerdaer Str. 18
01099 Dresden 
tel.:   +49 (0) 351 / 8152 - 188
fax:    +49 (0) 351 / 8152 - 209
email:  christoph.ma...@t-systems.com


-----Ursprüngliche Nachricht-----
Von: francois meillet [mailto:francois.meil...@gmail.com] 
Gesendet: Donnerstag, 13. Juni 2013 14:15
An: users@wicket.apache.org
Betreff: Re: DateTextfield with DatePicker

DateTextField txtDatumVon = new DateTextField("txtDatumVon", new 
PatternDateConverter("dd/MM/yyyy", false));

François



On Thu, Jun 13, 2013 at 1:03 PM, <christoph.ma...@t-systems.com> wrote:

> Hello,
>
> in my application I have a DateTextField with a DatePicker. I declared 
> it like this:
> DateTextField txtDatumVon = new DateTextField("txtDatumVon", new 
> PatternDateConverter("HH:mm:ss dd.MM.yyyy",true));
>
> When I choose a day I can see in the Textfield something like this:
> HH:mm:ss 11.06.2013. How can I change this? I want this for Default 
> time 00:00:00 11.06.2013(the day which was picked in the DatePicker)
>
> Can you help me please?
>
> Thank you.
>
>
> Mit freundlichen Grüßen
> Christoph Manig
> Systems Engineer
>
> T-Systems International GmbH
> Systems Integration - SC Travel, Transport & Logistics Hoyerswerdaer 
> Str. 18
> 01099 Dresden
> tel.:   +49 (0) 351 / 8152 - 188
> fax:    +49 (0) 351 / 8152 - 209
> email:  christoph.ma...@t-systems.com
>
>
>
>

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

Reply via email to