SyntaxFix
Write A Post
Hire A Developer
Questions
This is nothing to do with android as it is java based so you could use
private String getDateTime() { DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); Date date = new Date(); return dateFormat.format(date); }