Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

fun-time

A funny Kotlin Date library


No more boring 😴 Date, use FunTime 🥳😋

val a = 3 days later from today // after 3 days from today
val b = 5 minutes earlier from now // 5 minute earlier from now..

val t = one day earlier from today // returns yesterday as Date object

val s = now formatAs "hh:mm:ss YY-MMM-dd" // format a date

Just for fun