Here is the relevant section of what I currently have.
For Handsontable options:
data: [[new Date(2013,5,26,17,00,00),24.7025,null,29.018950276,19.7746530531,null,null,null,null,null,null,55,110,165,220], ...
columns: [{type:'date', dateFormat: 'mm/dd/yy'},{type: 'numeric',format: '0,0.00'}, ...
The displayed date in the handsontable cell appears as:
Wed Jun 26 2013 17:00:00 GMT+0200 (Romance Daylight Time)
I am trying to change it to "dd-MM-yyyy HH:mm" format without success. The default date format persists despite attempts to modify it.