X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Date.html diff --git a/docs/output/Date.html b/docs/output/Date.html index 00cac2dd..a02dbca0 100644 --- a/docs/output/Date.html +++ b/docs/output/Date.html @@ -1,4 +1,4 @@ -
Package: | Global |
Defined In: | Date.js |
Class: | Date |
Extends: | Object |
Package: | Global |
Defined In: | Date.js |
Class: | Date |
Extends: | Object |
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
: DateTo enable date strings to also be parsed according to that format, a corresponding