EE 2.1.3
SaefCracker 2.0
I have a SC form that contains a date field. The field is displayed with a date and time. I only want the date to be displayed not the time. I tried to format the field using the date format but that did not work and caused the tag to be displayed as the date value.
<input type="text" name="aw_comp_date" id="aw_comp_date" value="{aw_comp_date format='%Y-%m-%d'}" />The related problem is I have datepicker enabled and when I click on the calendar and select a new date the date that is displayed looks like this “2010-12-10un10efine10”. Is suspect the gibbrish on the end of the string is the time part of the date/time string. Any suggestions on how to fix this issue?
Lastly is there any styling available for the datepicker calendar that saefcracker is using? Is it the jquery datepicker that SC uses?