Apologies for if the question is obvious but I can\'t figure out why it is suddenly not working. I have a jquery datepicker that has been working fine as long as I can remem
You can use the dateFormat, so in your javascript file (after the page is loaded etc.) you can place:
$('.datepicker').datepicker({dateFormat:'yy-mm-dd'});