I have a yearly curriculum for my basketball workouts that I'd like to display online. I've created 53 unique workouts for each day of the week that include the main focus for the day, 6 drills, a quote, and a motivational story.
I know I'd need a datepicker to accomplish this and the logic must employ both a week number script and a getDay script, but I have absolutley no idea on how to get started from there.
As the page loads, it should show today's workout. eg If it's the 17th Monday of the year, it would show that workout. Then the user can select any date (future or past) that will pull up that corresponding workout based on that day of the week and week of the year. All Sunday workouts are different than all Monday workouts which are different than all Tuesday workouts, etc..
If someone could show me the basic layout and functionality, I can take it from there. I'm no expert, but I'm good at following directions. Thanks a ton either way.