tags:

views:

38

answers:

2

How can I make a calendar in php so that the users will not have to input the date manually.

+3  A: 

It's more a javascript feature, actually.

There are many javascript library to do this. One of it is jQuery UI DatePicker. I highly recommended this one.

Donny Kurnia
A: 

I've been using the js calendar from http://www.dynarch.com/ and it's nice and it has many options like limiting the date selection within a period, multiple date selection etc.,

kvijayhari