[
http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446727
]
Henri Yandell commented on BEANUTILS-255:
-----------------------------------------
We already have java.sql.Date, Time and Timestamp converters that do that:
return (Date.valueOf(value.toString()));
So that's something we're already facing.
> ConvertUtilsBean does not support converts to a java.util.Date
> --------------------------------------------------------------
>
> Key: BEANUTILS-255
> URL: http://issues.apache.org/jira/browse/BEANUTILS-255
> Project: Commons BeanUtils
> Issue Type: Bug
> Reporter: Henri Yandell
> Fix For: 1.8.0
>
>
> It's impossible to convert a String to a java.util.Date (see commons-user
> mail thread 'Digester and using of java.util.Date').
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]