File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src =" screenshots/logo.png " width =300px alt =" SwiftDate " title =" Kotlinx DateTime Fun " >
3+ </p >
4+
15<h3 align =" center " ><strong >Kotlinx DateTime Fun</strong ></h3 >
26<p align =" center " >Kotlinx DateTime extension functions.</p >
37<p align =" center " >
48 <a href =" https://github.com/seljabali/kotlinx-datetime-fun/actions?query=branch%3Amain " ><img alt =" Build Status " src =" https://github.com/seljabali/kotlinx-datetime-fun/actions/workflows/main.yml/badge.svg " /></a >
9+ <a href =" https://repo1.maven.org/maven2/org/eljabali/sami/kotlinxdatetimefun/kotlinxdatetimefun/ " ><img alt =" Maven Central " src =" https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Forg%2Feljabali%2Fsami%kotlinxdatetimefun%kotlinxdatetimefun%2Fmaven-metadata.xml " /></a >
10+ <a href =" https://kotlinlang.org " ><img alt =" Kotlin " src =" https://img.shields.io/badge/Kotlin-2.1.21-orange.svg?style=flat&logo=kotlin " /></a >
511</p > <br >
612
713``` diff
@@ -83,5 +89,17 @@ val result = LocalDate.startOfYear()
8389val result = LocalDateTime .yesterday()
8490```
8591
92+ ## Installation
93+ Add the following to your module’s ` build.gradle ` :
94+ ``` gradle
95+ repositories {
96+ mavenCentral()
97+ }
98+
99+ dependencies {
100+ implementation("org.eljabali.sami.kotlinxdatetimefun:kotlinxdatetimefun:0.0.1")
101+ }
102+ ```
103+
86104## Find this library useful? 😏
87105Star this repository __ [ as others have] ( https://github.com/seljabali/kotlinx-datetime-fun/stargazers ) __ . ⭐️ <br >
You can’t perform that action at this time.
0 commit comments