Library That Makes Handling Dates And Times Easier
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'
The full documentation: JZDate Library
The full documentation: JZTime Library