Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 922 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 922 Bytes

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