JavaScript получите полночь сегодня вечером

var d = new Date();
d.setHours(24,0,0,0); // next midnight
Grepper