tags:

views:

17

answers:

1

Hi , I am new to PHP,

I need to have an date picker in my PHP form , where user can select date from calendar and it s value vl be on textbox.

How to do it in PHP, any tips..

A: 

How to do it in PHP, any tips..

You need javascript/jQuery for that, have a look at jquery date picker:

http://jqueryui.com/demos/datepicker/

Sarfraz
any other solution ?
PHPNewuser
See: http://www.ajaxline.com/10-best-jquery-datepickers-plugins
Sarfraz