as everybody knows, create a date field in your object/custom object and bind it to an inputfield in the VF page. salesforce automatically creates picker for it.
or if you just want an input field in vfpage form that behaves like a date field bound input, you can do it like this:
http://boards.developerforce.com/t5/Visualforce-Development/How-to-Input-Date-field-on-Visualforce-page-with-custom/td-p/423335
as everybody knows, create a date field in your object/custom object and bind it to an inputfield in the VF page. salesforce automatically creates picker for it.
or if you just want an input field in vfpage form that behaves like a date field bound input, you can do it like this:
//note id is required.