Class DateTimeFormatter

  • All Implemented Interfaces:
    Formatter

    public class DateTimeFormatter
    extends java.lang.Object
    implements Formatter
    • Method Summary

      Modifier and Type Method Description
      static DateTimeFormatter create​(DateTimeFormat dateTimeFormat, java.lang.String dateTimeLocale)  
      java.lang.String format​(stroom.dashboard.expression.v1.Val value)  
      • Methods inherited from class java.lang.Object

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

      • format

        public java.lang.String format​(stroom.dashboard.expression.v1.Val value)
        Specified by:
        format in interface Formatter