h = '13:15'; m = 25; ho = new Date('1/1/2004 '+h); ho = ho.setTime(ho.getTime() + m * 60 * 1000); ho= new Date(ho); alert(ho.getHours()+':'+ho.getMinutes());