Page 1 of 1

Javascript Date Selector

Posted: Thu Mar 22, 2007 10:09 am
by jolinar
Quick question for the gurus here: Does anyone know how I'd go about using javascript to produce some kind of date selector? What I'm trying to do is to produce a facility to allow users to pick a day/month to arrange a service visit ( Project for a friend who's going to business as a freelance IT technician )

The idea is that a customer can fill in a form specifying the nature of the problem (that part I've already taken care of), now I just need for them to be able to specify the best time for a visit.

I guess I bit off more than I can chew with this one :(

Posted: Thu Mar 22, 2007 10:23 am
by Luke

Posted: Thu Mar 22, 2007 11:44 am
by RobertGonzalez
Dude, dynarch's kicks butt, but is really large. Matt Kruse has a Javascript Popup Calendar that is really flexible and easy to use.

The jquery example link is a really nice one too. It is not affected by HTML select element z-index and rendering crap. But I am not sure about its ability to block certain dates/ranges etc.

Posted: Thu Mar 22, 2007 11:57 pm
by alex.barylski
Oh nice, I'll totaly have ot use jQuery and that datepicker in my personal project i'm working on...thanks duder!!!

Posted: Fri Mar 23, 2007 12:55 am
by Luke
jQuery is my hero

Posted: Fri Mar 23, 2007 1:29 am
by Kieran Huggins
...and mine!

Posted: Fri Mar 23, 2007 10:36 am
by RobertGonzalez
And fastly becoming mine. That thing is freaking hawt when it comes to putting out fast client side code.