Interface PatternConverter

  • All Known Implementing Classes:
    DateTimePatternConverter

    public interface PatternConverter
    General interface for converting between different kind of patterns, such as Java date time patterns and JQuery UI date picker patterns.
    • Method Detail

      • convert

        String convert​(String pattern)
        Parameters:
        pattern - A pattern in the source format to convert to the target format.
        Returns:
        The given pattern, converted to its closest approximation in the target format.