Skip to content

Instantly share code, notes, and snippets.

@s3va
Created October 23, 2022 17:17
Show Gist options
  • Save s3va/eb11447b2d00730f5456237175fd690a to your computer and use it in GitHub Desktop.
Save s3va/eb11447b2d00730f5456237175fd690a to your computer and use it in GitHub Desktop.
Android Kotlin Date-Time Stamp
SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.getDefault()).format(Date())
@s3va
Copy link
Author

s3va commented Oct 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment