Leon DateUtils is an Android library written to Handle Backend date to produce in simple way.
1- Add this library as a dependency in your app's build.project file.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
2- Add the dependency.
implementation 'com.github.am-Leon:DateUtils:1.0.8'