[
https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14255012#comment-14255012
]
Paul Benedict commented on LANG-1065:
-------------------------------------
I do. Until Java 8 there is no time-only object so any storage is either
crammed into a Date (with date fields bogus but the time fields usable) or you
fallback to the JDBC types (which I don't).
> Merge date and time together
> ----------------------------
>
> Key: LANG-1065
> URL: https://issues.apache.org/jira/browse/LANG-1065
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.time.*
> Reporter: Paul Benedict
> Priority: Minor
> Fix For: Review Patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> I have 2 java.util.Date objects -- one with the correct date and one with the
> correct time. This enhancement will create a new method to apply the
> respective fragments to a new java.util.Date instance.
> Possible signature:
> public static Date merge(Date date, Date time);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)