Class SimpleDateRenderer


  • public class SimpleDateRenderer
    extends java.lang.Object
    This class is able to render a data in a fix format both at GWT side and at the server side.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String renderDate​(java.util.Date dateOrNull)
      renders a date in yyyy-MM-dd HH:mm:ss zzz format
      • Methods inherited from class java.lang.Object

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

      • SimpleDateRenderer

        public SimpleDateRenderer()
    • Method Detail

      • renderDate

        public static final java.lang.String renderDate​(java.util.Date dateOrNull)
        renders a date in yyyy-MM-dd HH:mm:ss zzz format