Package io.github.astrapi69.time
Class LocalDateTimeExtensions
- java.lang.Object
-
- io.github.astrapi69.time.LocalDateTimeExtensions
-
public class LocalDateTimeExtensions extends java.lang.Object
The classLocalDateTimeExtensions
provides methods for convertLocalDateTime
objects
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Date
toDate(java.time.LocalDateTime localDateTime)
Converts the givenLocalDateTime
to a legacyDate
object
-