[AngularJS] Input date format in Angular 1.3

2014-08-19 Thread Juan Luis Paz
Hello, I'm trying to use the input date control with angular 1.3, but I have a problem, the format is -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/ (in Spanish) or in

Re: [AngularJS] Input date format in Angular 1.3

2014-08-19 Thread Eric Eslinger
Localized datepicking is definitely pretty annoying. I know you're looking for suggestions within the use input date space, but you might want to check out some datepicker addons. I've used http://www.eyecon.ro/bootstrap-datepicker/ and http://angular-ui.github.io/bootstrap/#/datepicker e On