amy-d
9/15/2013 - 3:33 PM

Date Picker for Custom Post Type Goes inline in functions.php From http://wordpress.stackexchange.com/questions/15656/add-a-jquery-datepic

<script>jQuery(document).ready(function(){jQuery( "input[name='chb_homes_for_sale_specifics_dateavail']" ).datepicker({ dateFormat: 'DD, d MM, yy', numberOfMonths: 3 }); jQuery( "#ui-datepicker-div" ).hide();});</script>