Class DefaultWsDateFormatter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date toDate​(java.lang.String timestamp)  
      java.lang.String toString​(java.util.Date date)  
      • Methods inherited from class java.lang.Object

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

      • DefaultWsDateFormatter

        public DefaultWsDateFormatter()
    • Method Detail

      • toDate

        public java.util.Date toDate​(java.lang.String timestamp)
        Specified by:
        toDate in interface WsDateFormatter
      • toString

        public java.lang.String toString​(java.util.Date date)
        Specified by:
        toString in interface WsDateFormatter