SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.schema.tools
Class SimpleDateFormatter

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.tools.SimpleDateFormatter

public final class SimpleDateFormatter
extends java.lang.Object

The Class SimpleDateFormatter.


Method Summary
static java.util.Date parse(java.lang.String date)
          Parses the.
static java.lang.String print(java.util.Date date)
          Prints the.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.util.Date parse(java.lang.String date)
Parses the.

Parameters:
date - the date
Returns:
the java.util. date

print

public static java.lang.String print(java.util.Date date)
Prints the.

Parameters:
date - the date
Returns:
the string

SMILA 1.0 API documentation