public class Iso690FormatDate extends java.lang.Object implements LayoutFormatter
Constructor and Description |
---|
Iso690FormatDate()
Creates a new instance of iso690NamesAuthors
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.String s)
Failure Mode:
|
public Iso690FormatDate()
public java.lang.String format(java.lang.String s)
LayoutFormatter
Formatters should be robust in the sense that they always return some relevant string.
If the formatter can detect an invalid input it should return the original string otherwise it may simply return a wrong output.
format
in interface LayoutFormatter
s
- The text to layout.