/DateUtils

DateUtils is an Android library written functions that let you manipulate objects and or java date string. It combine the most common functions used when managing dates under android.

Primary LanguageJava

DateUtils

Leon DateUtils is an Android library written to Handle Backend date to produce in simple way.

Installation

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'