The console in Chrome Developer Tools used to echo out the string represenation of a Date object. Now it doesn't and isn't very useful - I have to call its toString() method. Also, the Watch Expression window doesn't display the date's value, again not very useful.
Is there anyway to return to how the console and watch window used to work?