Skip to content

Kotlin extension (utilities) for Java time API and others utilities with date and time

License

Notifications You must be signed in to change notification settings

vsouhrada/ktime

Repository files navigation

ktime

Kotlin extension (utilities) for Java time API and others utilities with date and time

val day = LocalDate.of(2016, 12, 11)
val beginDateTime = day at firstSecond
val endDateTime = day at lastSecond


println("Date $day start at $beginDateTime and end at $endDateTime")
// Date 2016-12-11 start at 2016-12-11T00:00 and end at 2016-12-11T23:59:59.999999999

About

Kotlin extension (utilities) for Java time API and others utilities with date and time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages