Class Tstamp.CustomFormat

java.lang.Object
org.apache.tools.ant.taskdefs.Tstamp.CustomFormat
Enclosing class:
Tstamp

public class Tstamp.CustomFormat extends Object
This nested element that allows a property to be set to the current date and time in a given format. The date/time patterns are as defined in the Java SimpleDateFormat class. The format element also allows offsets to be applied to the time to generate different time values.
To do:
consider refactoring out into a re-usable element.