Lukieoo / LukieooDataHelperLibraryClass

MY library with data convert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LukieooDataHelperLibraryClass

My Own Librrary to Convert Date A library that will contain functions for converting different types in the current version of convertion Dates .

Version 1.0
Date to String/ISO
String to Date/ISO

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.Lukieoo:LukieooDataHelperLibraryClass:TAG'
}

About

MY library with data convert


Languages

Language:Kotlin 88.3%Language:Java 11.7%