Finding / Coding a date picker

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
tdnnash25
Forum Newbie
Posts: 1
Joined: Thu Jul 30, 2009 5:36 pm

Finding / Coding a date picker

Post by tdnnash25 »

I'm trying to figure out how to either write this code or find some
good product out there already that does what I need.

I want clients to be able to look at a calendar that shows 3 months
side by side. The purpose is for them to click on a date that they'd
like to schedule an appointment. So, if there are appointment times
available on July 31, 2009, I want them to be able to click on the
date and then see available times during that day.


If there are not available times during that day, I don't want them to
even be able to click on the day.


So, javascript? php? ajax? Not sure where to look as all the research
I've been doing up to this point isn't getting me where I want to be.
I will need a way for the calendar to read mysql or something so it
knows which days, and which times are or aren't available.


Check out Schedulicity.com to see what I am talking about - I stumbled
across this site yesterday and it is almost exactly what I want to
accomplish. You will have to actually act like you are booking an
appointment to see what I'm talking about.

If you have any ideas for me, please, share.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Finding / Coding a date picker

Post by jayshields »

User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Finding / Coding a date picker

Post by pickle »

Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply