Advertisement
alexandrecoussy

Untitled

Mar 31st, 2022
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. LocalDate now = LocalDate.now();
  2. String nowStr = now.format(DateTimeFormatter.BASIC_ISO_DATE);
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement