Skip to content

Instantly share code, notes, and snippets.

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