We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{% render_field signupForm.date_of_birth value=request.user.date_of_birth|date:"Y-m-d" class="form-control datepicker" id="date_of_birth" required="true"%}
if you see i want format Y-m-d, but Im not able to use that filter. Django throws error.
Thank you.
The text was updated successfully, but these errors were encountered:
I think you need initialize on the part of the view and not on the template. That break django api
Sorry, something went wrong.
Cool. But having this implemented in this library will make it more useful. Just a suggestion.
So change the title to a feature request instead of a question. Thanks!
I tried to do the same thing but it is still not working on my side @zodman
No branches or pull requests
{% render_field signupForm.date_of_birth value=request.user.date_of_birth|date:"Y-m-d" class="form-control datepicker" id="date_of_birth" required="true"%}
if you see i want format Y-m-d, but Im not able to use that filter. Django throws error.
Thank you.
The text was updated successfully, but these errors were encountered: