Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz
Created August 22, 2020 11:22
Show Gist options
  • Save ibrahimyilmaz/a31c16e02c598b7bd04bb1e730f759e8 to your computer and use it in GitHub Desktop.
Save ibrahimyilmaz/a31c16e02c598b7bd04bb1e730f759e8 to your computer and use it in GitHub Desktop.
@file:JvmName("TransactionUtils")
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