PHP Date Input textbox
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..
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/
精彩评论