Konwertuj datę na czytelne format JavaScript

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