var myDate = new Date('10/11/1955 10:40:50 AM'); var noTime = new Date(myDate.getFullYear(), myDate.getMonth(), myDate.getDate());