Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mootools Date Picker

Status
Not open for further replies.

maditya

Programmer
Jul 15, 2007
2
US
I have a date picker calendar built with MooTools and looking to customize it a little more. The script is very similar to this: but I'm only using the input box not the select box. I need the past dates greyed out and unclickable. Can someone give me a pointer?

Thanks,
Mike
 
I don't know how much more of a "pointer" you can get - given the content of that URL. I would start by taking the code at that URL apart and applying your requirements.

Let us know if you get stuck.

Cheers,
Jeff


[tt]Jeff's Page [!]@[/!] Code Couch
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
What are you comparing the past dates to? Are there two text boxes (START DATE and END DATE)? Are you comparing the date selected against today's date?

____________________________________
Just Imagine.
 
I'm not using the Start Date and End Date boxes. I'm only using the last one with input box. So, when the calendar is shown I'd like the dates prior to today to be greyed out in the calendar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top