Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@joutvhu joutvhu released this 12 Jul 10:34
· 1 commit to main since this release
c015740

What's New

  • Initial release.
  • Parse String to Date.
  • Format Date to String.

Gradle

implementation "com.github.joutvhu:date-parser:1.0.0"

Maven

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>date-parser</artifactId>
    <version>1.0.0</version>
</dependency>