Skip to content

Instantly share code, notes, and snippets.

@ibrahimyilmaz
Last active August 22, 2020 10:59
Show Gist options
  • Save ibrahimyilmaz/373c81520e3710af2fc30499ff770f0c to your computer and use it in GitHub Desktop.
Save ibrahimyilmaz/373c81520e3710af2fc30499ff770f0c to your computer and use it in GitHub Desktop.
Transaction transaction = transactions.get(0)
TransactionUtils.getTransactionWithFormattedTime(transaction);
// I call the same method again for the same instance of the transaction
TransactionUtils.getTransactionWithFormattedTime(transaction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment