spicymango
Programmer
Hi,
I am setting the date for 19th, like the following
But when i go the cookie I see the following date, what I am doing wrong here?
Wednesday, February 18, 2009 7:00:00 PM
I am setting the date for 19th, like the following
Code:
document.cookie = cookieNameOffer+"="+escape(cookieValueOffer) + ";path=/"
+ ";expires=19/02/2009 00:00:00"
But when i go the cookie I see the following date, what I am doing wrong here?
Wednesday, February 18, 2009 7:00:00 PM