Esri Geoportal Server
1.0

com.esri.gpt.framework.isodate
Class IsoDateFormat

java.lang.Object
  extended by java.text.Format
      extended by com.esri.gpt.framework.isodate.IsoDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class IsoDateFormat
extends Format

ISO Date format.

See Also:
Serialized Form

Nested Class Summary
static class IsoDateFormat.Format
          Types of ISO DATE formats.
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
IsoDateFormat()
           
IsoDateFormat(IsoDateFormat.Format format)
           
 
Method Summary
 StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
           
 Date parseObject(String source)
           
 Date parseObject(String source, ParsePosition pos)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsoDateFormat

public IsoDateFormat()

IsoDateFormat

public IsoDateFormat(IsoDateFormat.Format format)
Method Detail

format

public StringBuffer format(Object obj,
                           StringBuffer toAppendTo,
                           FieldPosition pos)
Specified by:
format in class Format

parseObject

public Date parseObject(String source,
                        ParsePosition pos)
Specified by:
parseObject in class Format

parseObject

public Date parseObject(String source)
                 throws ParseException
Overrides:
parseObject in class Format
Throws:
ParseException

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.