This works but...
This worked for me. I was having trouble getting the date picker to work with a mySQL database, which requires the date format to be yyyy/mm/dd. Date picker defaults to mm/dd/yyyy and mySQL rejects it. The solution in this thread allowed me to reformat the date, but is there a way to change the date format in the CSS Form extension so that I don't have to edit the code every time? Thanks!