Finding / Coding a date picker
Posted: Thu Jul 30, 2009 5:40 pm
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.
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.