Javascript Date object expression (Date within date)
Posted
by webzide
on Stack Overflow
See other posts from Stack Overflow
or by webzide
Published on 2010-03-12T23:38:25Z
Indexed on
2010/03/12
23:47 UTC
Read the original article
Hit count: 661
JavaScript
|date
Dear experts,
I was analyzing Javascript codes and came across this line:
var date = (new Date()).getDate();
This kinda throw me off?
I am pretty new to Javascript and a little curious.
© Stack Overflow or respective owner