📅  最后修改于: 2022-03-11 14:52:17.056000             🧑  作者: Mango
String currentDateTimeString = java.text.DateFormat.getDateTimeInstance().format(new Date());
// textView is the TextView view that should display it
textView.setText(currentDateTimeString);