[ 
https://issues.apache.org/jira/browse/LANG-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240996#comment-14240996
 ] 

ASF GitHub Bot commented on LANG-1065:
--------------------------------------

GitHub user jamessawle opened a pull request:

    https://github.com/apache/commons-lang/pull/39

    LANG-1065 Added new 'merge' method to DateUtils and three tests

    Added new 'merge' method as proposed in LANG-1065.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jamessawle/commons-lang LANG-1065

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit 111d1d9444614e55c63d389ca7d1162a707d8c7c
Author: jamessawle <jamessa...@hotmail.com>
Date:   2014-12-10T12:04:58Z

    LANG-1065 Added new 'merge' method to DateUtils and three tests

----


> 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: Patch Needed
>
>   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)

Reply via email to