Class LocalDateTimeFormatter

    • Constructor Detail

      • LocalDateTimeFormatter

        public LocalDateTimeFormatter()
    • Method Detail

      • format

        public java.lang.String format​(javax.servlet.http.HttpServletRequest request,
                                       java.lang.Object date)
        Description copied from interface: IFormatter
        From a object return a String to render in HTML.
        Specified by:
        format in interface IFormatter
      • parse

        public java.lang.Object parse​(javax.servlet.http.HttpServletRequest request,
                                      java.lang.String string)
                               throws java.text.ParseException
        Description copied from interface: IFormatter
        From a String obtained from a HTTP request return a java object.
        Specified by:
        parse in interface IFormatter
        Throws:
        java.text.ParseException