Hi thanks, but I have tried with different ways and have checked this site but I don't get it..
How can i get
new Date().toDateString();
to match with a static date like
var C = new Date("16 Feb").toDateString();
in the exact same format?
Thanks again!