new Date().toISOString() // 2016-02-18T23:59:48.039Z <-- original new Date().toLocaleString().split(',')[0] // 2/18/2016 <-- formatted