Interface IModelTranslationService

  • All Known Implementing Classes:
    ModelTranslations

    public interface IModelTranslationService
    Interface for model translations needed for public access.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on May 15, 2016
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String toDisplayString​(java.time.LocalDateTime date)
      Create a string representation for the user interface of the form {Day of month}.
    • Method Detail

      • toDisplayString

        java.lang.String toDisplayString​(java.time.LocalDateTime date)
        Create a string representation for the user interface of the form {Day of month}. {Month} {Year}.
        Parameters:
        date - which should be converted to a string.
        Returns:
        formatted date.