apps script automatically converts Spreadsheet dates to Javascript dates. when I run your code, msg is equal to "date = Wed Nov 11 2015 00:00:00 GMT+0100 (CET)" for me.
If this doesn't work for you for some reasons you might want to try to use new Date(); e.g. date = new Date(date);