У меня есть простой Java LocalDateTime, как показано ниже: DateTimeFormatter theDtFrmtr = DateTimeFormatter.ofPattern(«M/d/yy h:mm a»); String strDate = «3/23/21 1:17 PM»; LocalDateTime localDate = LocalDateTime.parse(strDate, theDtFrmtr); System.out.println(«localDate -…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy