Interface IJEMHVelocityDateUtil


  • public interface IJEMHVelocityDateUtil
    • Method Detail

      • createDate

        Date createDate​(long t)
      • createLocalDate

        LocalDate createLocalDate()
        allows a LocalDate to be created for now()
        Returns:
        LocalDate.now()
      • createLocalDateTime

        LocalDateTime createLocalDateTime()
        allows a LocalDateTime to be created for now()
        Returns:
        LocalDateTime.now()
      • getZoneId

        ZoneId getZoneId​(String id)
        Get the ZoneId for the specified location i.e. America/Los_Angeles
        Parameters:
        id - the location for which the ZoneId is to be retrieved for
        Returns:
        the ZoneId for the specified location