fixed bug #9629: override stringify date format to use java default format.
This commit is contained in:
parent
66e4b23e7f
commit
571c824ad1
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.6.11
|
||||
- fixed #9629: override stringify date format to use java default format.
|
||||
- Added a switch to allow the use of non-WebGUI objects with the Workflow
|
||||
engine.
|
||||
- fixed #9579: initialize keyword field because get fills it in now due to a recent code change
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ WebGUI.Form.DataTable
|
|||
delete data.columns[ i ].editorOptions;
|
||||
}
|
||||
|
||||
YAHOO.lang.JSON.dateToString = function(d) { return d.toString(); }; /* this overrides the default stringify date format */
|
||||
return YAHOO.lang.JSON.stringify( data );
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue