Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz
Last active August 22, 2020 11:23
Show Gist options
  • Save ibrahimyilmaz/6a886e0fab8695b4a96bc2e44fc63011 to your computer and use it in GitHub Desktop.
Save ibrahimyilmaz/6a886e0fab8695b4a96bc2e44fc63011 to your computer and use it in GitHub Desktop.
val Transaction.formattedTransactionTime: String
get() = SomeFormattings(this.transactionTime)
fun Transaction.getFormattedTransactionTime() : String {
return SomeFormattings(this.transactionTime)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment