I have some date in milliseconds as 1425133515000
. Now in javascript I need to verify whether 1425133515000
is today
or not. Is it possible?
I need one method which takes date in milli seconds and return true if date in milliseconds is today.