jQuery datepicker? What is this and how do I install it?
On my status report I'm seeing:
Date library Not found
Missing Date jQuery plugin. Please download the Date jQuery plugin and extract it to your datepicker module directory. See README.txt for more info.
Date picker CSS Not found
Missing CSS file. Please download the datepicker CSS file it to your datepicker module directory. See README.txt for more info.
datePicker plugin Not found
Missing jQuery datePicker plug-in. Please download the jQuery datePicker plugin it to your datepicker module directory and rename it to jquery.datePicker.js. See README.txt for more info.
I have installed jQuery UI and it's working fine (I guess). I don't know what these mean since I don't have a "datepicker module directory". Where is it or where should it be and/or how do I make these errors go away? Thanks!

Look in Event
The datepicker functionality is in the Event module. I suppose this could be clearer in the error messages but it's sort of mentioned on the Modules page.
I've got the same issue?
I'm not clear really...
do you install datePicker.css and jquery.datePicker.js
I ask because I'm getting these messages;
Missing CSS file. Please download the datepicker CSS file it to your datepicker module directory. See README.txt for more info. (Currently using Date picker CSS Not found)
Missing Date jQuery plugin. Please download the Date jQuery plugin and extract it to your datepicker module directory. See README.txt for more info. (Currently using Date library Not found)
Missing jQuery datePicker plug-in. Please download the jQuery datePicker plugin it to your datepicker module directory and rename it to jquery.datePicker.js. See README.txt for more info. (Currently using datePicker plugin Not found)
The jQuery UI plugin is missing. Download and extract it to your jquery_ui module directory. See README.txt for more info. (Currently using jQuery UI Not found)
Still not resolved.
I have tried placing this all over the place.
Frankly the installation information is bad.
I spent a long time trying to figure out like the other guy, what the actual module was.
I resolved it all by installing the 3 files into the event directory as; \event\config\datepicker\ and that resolved all errors.
Maybe update read me to explain this better as jQuery has a lot of options...
Resolved !
Hi all !
Just note that the 3 files have to be place in event/contrib/datepicker and not in event/config/datepicker as jlt206 said ;-)
Woks fine for me ! Thanks all (and yes the readme.txt need to be update).