Konversi string waktu ke waktu dalam javascript

alert (new Date (new Date().toDateString() + ' ' + '10:55'))
Vast Vicuña