27 <- today day number
new Date().getDay() = new Date().getUTCDay() <- 5 (friday)? wtf?
I have to parse result of .toString() or use something like YUI.Date.format()?
I have to parse result of .toString() or use something like YUI.Date.format()? |
|||
|
|
You're looking for
|
|||
|
|
|
The one you are looking for is |
|||
|
|
|
getDay and getUTCDay returns the number of the weekday. You need getDate() and etUTCDate() |
|||
|
|