You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Joe Wolf (JIRA)" <ji...@apache.org> on 2018/02/18 22:42:03 UTC

[jira] [Commented] (GROOVY-8334) Java 8 Date/Time type support in Groovy JDK

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

Joe Wolf commented on GROOVY-8334:
----------------------------------

I have a pull request forthcoming. In the meantime, here is what the Groovy JDK Docs look like with the current Date/Time API extensions implemented: 

[http://bdkosher.github.io/groovy-3.0-alpha/groovy-jdk/]

The changes are in the java.time and java.time.temporal packages, obviously, as well as a few additions to the java.util.Date and java.util.Calendar classes (denoted with "since 3.0")

> Java 8 Date/Time type support in Groovy JDK
> -------------------------------------------
>
>                 Key: GROOVY-8334
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8334
>             Project: Groovy
>          Issue Type: New Feature
>          Components: groovy-jdk
>            Reporter: Joe Wolf
>            Priority: Major
>
> Provide Groovy JDK methods for the types in Java 8's java.time package, similar to the ones which exist for java.util.Date/Calendar.
> The [Goodtimes|https://github.com/bdkosher/goodtimes] API can be used as the inspiration for the added methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)