http://stackoverflow.com/questions/5250244/jquery-date-formatting
http://stackoverflow.com/questions/13646446/javascript-date-tojson-produces-a-date-which-has-wrong-hours-and-minutes
new Date().toJSON().substring(0,10);
new Date().toJSON().substring(0,19).replace('T',' ');