Class LocalDateExtensions


  • public class LocalDateExtensions
    extends java.lang.Object
    The class LocalDateExtensions provides methods for convert LocalDate objects
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.Date toSqlDate​(java.time.LocalDate localDate)
      Converts the given LocalDate to a Date object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalDateExtensions

        public LocalDateExtensions()
    • Method Detail

      • toSqlDate

        public static java.sql.Date toSqlDate​(java.time.LocalDate localDate)
        Converts the given LocalDate to a Date object
        Parameters:
        localDate - the LocalDate object
        Returns:
        The Date object