WP 3.3.1 Cant get jQuery Datepicker to work

CSS needs to be in the head of the document. Use the admin_enqueue_scripts hook instead. Also be sure to only enqueue the scripts and styles on screens where you need them.

tech