Hello,
I'm trying to use the input date control with angular 1.3, but I have a problem, the format is yyyy-MM-dd in all navigator without native support of this kind of element, that is different of the behavior that I fond in Chrome, where the date format is dd/MM/yyyy (in Spanish) or in the different mobile platforms happen the same; I really need use the localized version of the date, but in the currently implementation I don't found a way for do it.
Any suggestion? (different from not using input date)
Thanks!
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Chrome <input type="date" /> requires yyyy-MM-dd which is the HTML5 spec
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/HbZKvDEOCG0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.