How do I convert the current date into string in Java?
String date = new SimpleDateFormat("dd-MM-yyyy").format(new Date());
1.4m articles
1.4m replys
5 comments
57.0k users