Changeset 7798
- Timestamp:
- 07/23/09 17:39:58 (12 months ago)
- Location:
- head/ambra/libs/js/src/main/scripts
- Files:
-
- 2 modified
-
ambra/general.js (modified) (1 diff)
-
ambra.profile.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/libs/js/src/main/scripts/ambra/general.js
r7785 r7798 233 233 Date.formatDate = function(timestamp) { 234 234 var dt = new Date(timestamp); 235 return Date.getMonthShortName(dt.getMonth()) + " " + dt.getDate() + ", " + " " + (dt.getYear() + 1900);236 } 235 return Date.getMonthShortName(dt.getMonth()) + " " + dt.getDate() + ", " + " " + dt.getFullYear(); 236 } -
head/ambra/libs/js/src/main/scripts/ambra.profile.js
r7782 r7798 11 11 "dojox.gfx.fx", 12 12 "dojox.gfx.svg", 13 "dojox.gfx.vml", 13 14 "dojox.charting.Chart2D", 14 15 "dojox.charting.plot2d.Lines", … … 16 17 "dojox.charting.action2d.Tooltip", 17 18 "dojox.charting.themes.Grasshopper", 18 "dojox.charting.plot2d.Grid", 19 "dojox.charting.plot2d.Grid", 19 20 "dijit.layout.ContentPane", 20 21 "dijit.Dialog",
