Notes about Java, JEE and related subjects.
Use DateTimeFormatter instead of SimpleDateFormat
DateTimeFormatter.ofPattern("yyyyMMdd_HHmm").format(LocalDateTime.now()));
Post a Comment
0 Responses to "Use of DateTimeFormatter":
Post a Comment