Skip to content

JordanZimmitti/JZDateTime

Repository files navigation

JZDateTime

Library That Makes Handling Dates And Times Easier

How To Access JZDateTime In Your Android App

Add these repositories to the android part of your app build.gradle

// Repositories For App//
repositories {

    // Github Repository//
    mavenCentral()

    // Maven Repository Url//
    maven { url 'https://jitpack.io' }
}

Add This line of code to the dependencies in your build.gradle (replace x.x.x with newest version below in green)

implementation 'com.github.JordanZimmitti:JZDateTime:x.x.x'

Using JZDate

The full documentation: JZDate Library

Using JZTime

The full documentation: JZTime Library

About

Library that makes handling dates and times easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published