Skip to content

Commit

Permalink
Merge pull request #4 from diegoalvis/update_readme
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
sidhuparas authored Oct 9, 2019
2 parents 3cd9f14 + 38de0d3 commit ed22774
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ date
.toDateTimeYYInDigitsAnd12Hours() // 13-08-19 9:55:11 PM
.toDateTimeYYConcise() // 13 Aug 19 21:55:11
.toDateTimeYYConciseIn12Hours() // 13 Aug 19 9:55:11 PM

.toZuluFormat() // 2019-08-19T21:16:55:11.926Z
```
### For Time Only
```kotlin
Expand All @@ -71,6 +71,9 @@ date
.toDateYMD() // 2019 August 13
.toDateYMDConcise() // 2019 Aug 13
.toDateYMDInDigits() // 2019-08-13
.toDateEMd() // Tue, Aug 13
.toDateEMYShort() // Tue, Aug 19
.toDateEMY() // Tuesday, August 2019
```
### For Day Only
```kotlin
Expand Down

0 comments on commit ed22774

Please sign in to comment.