Преобразовать дату в читаемый формат JavaScript

DateString = new Date();
Date = DateString.toDateString();
Undefined