Does anyone know how can I get next week date based on this week date? example if I have this thursday date (25/6/2009) how can I use javascript to get next thursday date (2/7/2009)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
You can also look at DateJS if you like "fluent" APIs. |
|||||||
|
|
|||||
|
|
|||||||||||||
|
|
function dateObject.getNextWeekDay returns the next weekday after the object's own date.
|
|||
|
|