Question

I wonder how I can call the datepicker script from a link, something like

<div id="datepicker_popup"><a href="#">Choose Date</a></div>

and submit the chosen date to a PHP page. Any ideas? Thanx, chris

Was it helpful?

Solution

You could use css to format the textbox to look like a normal link. That way you'd not need to play about with it that much? :)

OTHER TIPS

I would suggest using Jquery datepicker

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top