jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Date field always invalid #249

Closed dvader closed 8 years ago

dvader commented 8 years ago

I am trying to use the demo and the date of birth field always comes back invalid. I entered 1970-01-01 which matches the required format but I always get "Enter a valid date." error. I both ran the demo locally and on the provided demo URL and they both came back with the same issue.

jrief commented 8 years ago

Which tab are you using in the demo? Is your birthdate rejected by Angular or by Django, aka. by the client or by the server?

jrief commented 8 years ago

closing for inactivity