SyntaxFix
Write A Post
Hire A Developer
Questions
If you are on android and using threetenbp you can use DateTimeUtils instead.
DateTimeUtils
ex:
Date date = DateTimeUtils.toDate(localDateTime.atZone(ZoneId.systemDefault()).toInstant());
you can't use Date.from since it's only supported on api 26+
Date.from