X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Date.html diff --git a/docs/output/Date.html b/docs/output/Date.html index 33f1a459..c32a1c1d 100644 --- a/docs/output/Date.html +++ b/docs/output/Date.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Date

Package:Global
Defined In:Date.js
Class:Date
Extends:Object
The date parsing and formatting syntax contains a subset of +

Class Date

Package:Global
Defined In:Date.js
Class:Date
Extends:Object
The date parsing and formatting syntax contains a subset of PHP's date() function, and the formats that are supported will provide results equivalent to their PHP versions. The following is a list of all currently supported formats: @@ -136,7 +136,7 @@ format string which corresponds to the produced formatted date string.

date formats are requested for Ext standard formatting strings.

Custom formatting functions may be inserted into this object, keyed by a name which from then on may be used as a format string to format. Example:

Date.formatFunctions['x-date-format'] = myDateFormatter;
-

A formatting function should return a string repesentation of the passed Date object:

    +

    A formatting function should return a string representation of the passed Date object, and is passed the following parameters:

    • date : Date
      The Date to format.

    To enable date strings to also be parsed according to that format, a corresponding @@ -178,7 +178,12 @@ Strict date parsing will not roll-over invalid da...

Glob Strict date parsing will not roll-over invalid dates, which is the default behaviour of javascript Date objects. (see parseDate for more information) -Defaults to false.
Date

Public Methods

MethodDefined By

Public Methods

MethodDefined By