hi guys i have question i try to create form submit entry with SafeCracker and on form has expiration_date field so i did datepicker=“yes” include_jquery=“yes” but datepicker dose not work
{exp:safecracker channel="test" datepicker="yes" include_jquery="yes" error_handling="inline" return="contact/thanks" }
<div>{error:budget}</div>
<label for="title">Title</label><br>
<input type="text" name="title" id="title" value="{title}" size="50" maxlength="100">
Expiration Date
<input type="text" name="expiration_date" value="{expiration_date}" maxlength="23" size="25" /></p>
{field:budget}
<input type="submit" value="Submit" />
{/exp:safecracker}