com.google.gwt.visualization.client.formatters
Class DateFormat

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.formatters.DateFormat

public class DateFormat
extends com.google.gwt.core.client.JavaScriptObject

Formats a JavaScript Date value.

See Also:
DateFormat Reference.

Nested Class Summary
static class DateFormat.FormatType
          A quick formatting option for the date.
static class DateFormat.Options
          Options to configure the formatter.
 
Constructor Summary
protected DateFormat()
           
 
Method Summary
static DateFormat create(DateFormat.Options options)
           
 void format(DataTable data, int columnIndex)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateFormat

protected DateFormat()
Method Detail

create

public static DateFormat create(DateFormat.Options options)

format

public final void format(DataTable data,
                         int columnIndex)