Skip to content

domicoder/format-date-kt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Format Date in Kotlin Language

Date Format in Kotlin: ZoneDateTime, LocalDateTime, Instant and Date.

Output

1948-08-04T12:19:32.638
java.time.LocalDateTime
04/08/1948

ZonedDateTime to Instant
1948-08-04T12:19:32.638Z
java.time.Instant

Instant to Date
Wed Aug 04 12:19:32 UTC 1948
java.util.Date

Format Date
04/08/1948
java.lang.String

About

Date Format in Kotlin: ZoneDateTime, LocalDateTime, Instant and Date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages