zmieniono wyświetlanie daty
This commit is contained in:
parent
e7f095b0fd
commit
b21d25d361
@ -48,7 +48,7 @@ public class CreateNote extends AppCompatActivity {
|
|||||||
textDataTime = findViewById(R.id.textDateTime);
|
textDataTime = findViewById(R.id.textDateTime);
|
||||||
|
|
||||||
textDataTime.setText(
|
textDataTime.setText(
|
||||||
new SimpleDateFormat("EEEE, dd MM yyyy HH:mm", Locale.getDefault())
|
new SimpleDateFormat("EEEE, dd.MM.yyyy HH:mm", Locale.getDefault())
|
||||||
.format(new Date())
|
.format(new Date())
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user