I have the following variable public Timestamp CreatedAt;
It is set to textview
this way:
hora.setText(String.valueOf(notificacao.CreatedAt));
The output is:
2017-06-29 12: 31: 21,759
I would like it to be:
6/29/2017 12:31
How to do it?