[ 
https://issues.apache.org/jira/browse/WICKET-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-2123.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC5
         Assignee: Igor Vaynberg

> org.apache.wicket.util.convert.converters.SqlTimestampConverter only renders 
> the time part of the timestamp
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2123
>                 URL: https://issues.apache.org/jira/browse/WICKET-2123
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC2
>            Reporter: Dylan Schell
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-RC5
>
>
> convertToObject calls DateFormat.getTimeInstance(dateFormat, locale)
> I would have expected it to call DateFormat.getDateTimeInstance(dateFormat, 
> locale)
> if this is changed, I assume that the mirroring call in convertToObject also 
> needs to be adjusted.
> the result is that currently only the time part of a timestamp is displayed 
> when a default property model

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to