Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: Date

require(["esri/tasks/Date"], function(Date) { /* code goes here */ });

Description

(Added at v1.0)
Date used in geoprocessing.

Samples

Search for samples that use this class.

Constructors

NameSummary
new Date()Creates a new Date object.

Properties

NameTypeSummary
dateDateDate value returned from server.
formatStringThe format of the date used in the date property.
Constructor Details

new Date()

Creates a new Date object. This constructor takes no parameters.
Property Details

<Date> date

Date value returned from server.

<String> format

The format of the date used in the date property. The format is EEE MMM dd HH:mm:ss zzz yyyy. For example, Mon Apr 28 13:31:28 PDT 2008.
Show Modal