Class LocalDateTimeOf

    • Constructor Detail

      • LocalDateTimeOf

        public LocalDateTimeOf​(CharSequence date)
        Parses ISO date to create LocalDateTime instances.
        Parameters:
        date - The date to parse.
      • LocalDateTimeOf

        public LocalDateTimeOf​(CharSequence date,
                               String format)
        Parses date using the provided format to create LocalDateTime instances.
        Parameters:
        date - The date to parse.
        format - The format to use.
      • LocalDateTimeOf

        public LocalDateTimeOf​(CharSequence date,
                               DateTimeFormatter formatter)
        Parses the date using the formatter to create LocalDateTime instances.
        Parameters:
        date - The date to parse.
        formatter - The formatter to use.