Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created December 24, 2020 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatilShreyas/d18b6487252592bcd8c92dd63ec1877a to your computer and use it in GitHub Desktop.
Save PatilShreyas/d18b6487252592bcd8c92dd63ec1877a to your computer and use it in GitHub Desktop.
import java.util.Date as JDate
fun main() {
val date = JDate()
println(date) // Thu MMM 24 HH:mm:ss UTC YYYY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment