|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.xml.common.DateFormatter
public class DateFormatter
Outputs a date in a format suitable for an OSM XML file.
Constructor Summary | |
---|---|
DateFormatter()
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
format(java.util.Date date)
Formats a date in XML format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateFormatter()
Method Detail |
---|
public java.lang.String format(java.util.Date date)
date
- The date to be formatted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |