Class VelocityExporter.DateUtil

  • Enclosing class:
    VelocityExporter

    public class VelocityExporter.DateUtil
    extends java.lang.Object
    Hilfsklasse fuer weitere Datumsfunktionen.
    • Constructor Summary

      Constructors 
      Constructor Description
      DateUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.text.DateFormat getFormat​(java.lang.String format)
      Liefert ein neues Datumsformat mit dem angegebenen Format.
      • Methods inherited from class java.lang.Object

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

      • DateUtil

        public DateUtil()
    • Method Detail

      • getFormat

        public java.text.DateFormat getFormat​(java.lang.String format)
        Liefert ein neues Datumsformat mit dem angegebenen Format.
        Parameters:
        format - das gewuenschte Format. Z.B. "yyyy-MM-dd".
        Returns:
        das Datumsformat.