I'm trying to get todays date in the same format as my variable. The variable outputs the below:
2016-05-18T23:00:00.000Z
Where as this code below outputs the below:
1463152286532
Date.now()
So the question is what do I have to do to Date.now() to make it the same format as my first blockquote.