ki-chatgpt/prompt3.txt aktualisiert
parent
46e7d221f0
commit
5ec5ba22bd
|
@ -1,6 +1,7 @@
|
||||||
hopw to get the minute difference between two localdatetime variables in java of the pattern dd.mm.yyyy hh:mm
|
prompt:
|
||||||
ChatGPT:
|
how to get the minute difference between two localdatetime variables in java of the pattern dd.mm.yyyy hh:mm
|
||||||
ChatGPT
|
|
||||||
|
antwort:
|
||||||
To calculate the minute difference between two LocalDateTime variables in Java with a pattern dd.MM.yyyy HH:mm, you can follow these steps:
|
To calculate the minute difference between two LocalDateTime variables in Java with a pattern dd.MM.yyyy HH:mm, you can follow these steps:
|
||||||
|
|
||||||
Parse the date-time strings into LocalDateTime objects using DateTimeFormatter.
|
Parse the date-time strings into LocalDateTime objects using DateTimeFormatter.
|
||||||
|
|
Loading…
Reference in New Issue