var x = new Date('Fri Jun 18 2010 00:00:00 GMT+0300'), e = String(x).split(' '); alert(x.getMonth() + 1 + '/' + e[2] + '/' + e[3]);