Package org.smallmind.scribe.pen
Class FormatStringTimestamp
- java.lang.Object
-
- org.smallmind.scribe.pen.FormatStringTimestamp
-
-
Constructor Summary
Constructors Constructor Description FormatStringTimestamp()FormatStringTimestamp(String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()StringgetTimestamp(Date date)voidsetFormat(String format)
-
-
-
Constructor Detail
-
FormatStringTimestamp
public FormatStringTimestamp()
-
FormatStringTimestamp
public FormatStringTimestamp(String format)
-
-