using this code with on button click listener
users.child(user.getUid()).child("Date").setValue(ServerValue.TIMESTAMP);
but i dont want it to be a TIMESTAMP like 1548105297646
Expected results:
From 1548105297646 to 19/1/2019 19:33:40
please check my Firebase database with expected results
Is there a code instead of (ServerValue.TIMESTAMP) ???