I strongly advise you to use Moment Date lib when working with dates in js. It’s really light and awesome.
var timeStamp = ( moment('2009-07-15 00:00:00').unix() )*1000
I strongly advise you to use Moment Date lib when working with dates in js. It’s really light and awesome.
var timeStamp = ( moment('2009-07-15 00:00:00').unix() )*1000