All I have at the moment is a calendar displaying the current month. It also allows the user to click either 'next' or 'previous' and the next/previous month is displayed.
So far I'm lost on where to start with adding the selection of dates.
Is there a way of selecting one date and then automatically calculating the next six dates to complete the whole week or even automatically calculating the last day of the week so I can use a 'BETWEEN' statement in the select query for the DB?
Any help would be excellent!
Thanx in advance.