var timestamp=new Date('Tue Sep 06 2011 14:00:00 GMT+0200');
alert(timestamp.getHours()+''+timestamp.getMinutes ()+''+timestamp.getSeconds());