Replies: 1 comment
-
Hi, as the iCal4j net.fortuna.ical4j.model.Date mydate = ...
LocalDateTime ldt = LocalDateTime.from(mydate.toInstant()); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
How can I convert the net.fortuna.ical4j.model.Date to java.time.LocalDateTime ?
Thank you for your help
Thanks
Beta Was this translation helpful? Give feedback.
All reactions