Skip to content

Converters between JodaTime and Java 8 time classes, plus some legacy java.util time classes utility, for Java 8 and Scala

License

Notifications You must be signed in to change notification settings

Cropster/timeywimey

 
 

Repository files navigation

timey-wimey

Description

Timeywimey is a collection of libraries providing conversion utilities for JodaTime, Legacy java.util.Date, and Java 8 java.time classes.

timeywimey-core provides Java static methods for the conversion logic usable in both Java 8 and Scala.

timeywimey-scala includes Scala implicits to provide syntactic sugars .asJava and .asJoda.

This is a Cropster maintained version of the original project from meetup.

See the original README for more details and usage.

Build and Publish

  1. Configure your gradle.properties, from gradle.properties.sample
  2. Build and test
gradle build test
  1. Publish to Nexus
gradle publish

About

Converters between JodaTime and Java 8 time classes, plus some legacy java.util time classes utility, for Java 8 and Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 55.7%
  • Scala 41.4%
  • Makefile 2.9%