You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Maheshkumar Periyasamy (JIRA)" <ji...@apache.org> on 2010/12/03 12:39:11 UTC

[jira] Created: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
---------------------------------------------------------------------------

                 Key: LANG-661
                 URL: https://issues.apache.org/jira/browse/LANG-661
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.time.*
         Environment: OS: Win XP SP3
JDK:1.6u22

            Reporter: Maheshkumar Periyasamy
            Priority: Minor


We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

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


[jira] Updated: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Maheshkumar Periyasamy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maheshkumar Periyasamy updated LANG-661:
----------------------------------------

    Attachment: DataUtilsTest.java
                DateUtils.java

Actual implementation for the above mentioned methods.

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

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


[jira] [Commented] (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065699#comment-13065699 ] 

Matt Benson commented on LANG-661:
----------------------------------

...presuming it is accepted.  Requests for additions to DateUtils have typically received a response of "use joda-time."  It makes very little sense for the Commons community to put further effort into developing and supporting date/time APIs when joda-time and jsr-310 exist (the latter being in alpha), and both of these sharing a core developer, who is himself a Commons developer.

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>             Fix For: Commons Time?
>
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened LANG-661:
-----------------------


The issue should only be marked fixed when the patch has been applied and the developers are satisfied that it works.

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>             Fix For: Commons Time?
>
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Maheshkumar Periyasamy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maheshkumar Periyasamy updated LANG-661:
----------------------------------------

    Issue Type: New Feature  (was: Improvement)

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

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


[jira] Resolved: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Maheshkumar Periyasamy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maheshkumar Periyasamy resolved LANG-661.
-----------------------------------------

    Resolution: Fixed

Implementation code is attached.

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>             Fix For: Commons Time?
>
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (LANG-661) Add methods to get startDateOfXXX and endDateOfXXX for week, month and year

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LANG-661:
-------------------------------

    Fix Version/s: Commons Time?

> Add methods to get startDateOfXXX and endDateOfXXX for week, month and year
> ---------------------------------------------------------------------------
>
>                 Key: LANG-661
>                 URL: https://issues.apache.org/jira/browse/LANG-661
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.time.*
>         Environment: OS: Win XP SP3
> JDK:1.6u22
>            Reporter: Maheshkumar Periyasamy
>            Priority: Minor
>             Fix For: Commons Time?
>
>         Attachments: DataUtilsTest.java, DateUtils.java
>
>
> We can have methods to get startDateOfXXX and endDateOfXXX for week, month and year.

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