LocalDateTimes

public final class LocalDateTimes

Utilities for working with LocalDateTime.

Functions

Link copied to clipboard
public static SerializableConverter<LocalDateTime, LocalDateTime> converter()
Obtains converter from Java Time.
Link copied to clipboard
public static LocalDateTime of(LocalDateTime value)
Creates an instance based on the passed Java Time value.
public static LocalDateTime of(LocalDate date, LocalTime time)
Creates an instance with the passed date and time.
Link copied to clipboard
public static LocalDateTime parse(String str)
Parses the date-time value from ISO-8601 format string.
Link copied to clipboard
Converts the passed value to Java Time.
Link copied to clipboard
public static String toString(LocalDateTime value)
Converts a local date-time value into ISO-8601 format string.