X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Date.html diff --git a/docs/output/Date.html b/docs/output/Date.html index cadf2f03..c32a1c1d 100644 --- a/docs/output/Date.html +++ b/docs/output/Date.html @@ -87,10 +87,7 @@ 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