X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Date.html diff --git a/docs/output/Date.html b/docs/output/Date.html index 33f1a459..35dcf144 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: @@ -87,10 +87,10 @@ Example usage:
var dt = new Date();
 document.write(dt.format(Date.patterns.ShortDate));

Developer-written, custom formats may be used by supplying both a formatting and a parsing function -which perform to specialized requirements. The functions are stored in parseFunctions and formatFunctions.

Public Properties

PropertyDefined By
 DAY : String
Date interval constant
Date
 HOUR : String
Date interval constant
Date
 MILLI : String
Date interval constant
Date
 MINUTE : String
Date interval constant
Date
 MONTH : String
Date interval constant
Date
 SECOND : String
Date interval constant
Date
 YEAR : String
Date interval constant
Date