Skip to content

Instantly share code, notes, and snippets.

@jisungbin
Created September 25, 2020 04:19
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 jisungbin/ce58b9d8b21d6afc19bcbea0ef48593a to your computer and use it in GitHub Desktop.
Save jisungbin/ce58b9d8b21d6afc19bcbea0ef48593a to your computer and use it in GitHub Desktop.
fun Date.toCalendar(): Calendar {
val calendar = Calendar.getInstance()
calendar.time = this
return calendar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment